Skip to content

A webapp that chunks big csv and json files on users specified size

Notifications You must be signed in to change notification settings

Atinukepamper1/Chunk_file_team_46_Bytsfy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytsfile_team_46

A webapp that chunks big csv and json files on users specified size

How does it work?

  • Login/signup on our website
  • Upload a file
  • Specify the chunk size
  • Specify Number of files
  • Click on the button
  • The file will be chunked and saved as .zip, ready for download

Or you want to run locally:

Clone the project

  git clone https://github.com/zuri-training/Chunk_file_team_46_Bytsfy

Go to the project directory


cd Chunk_file_team_46_Bytsfy

Create a Virtual Environment


python -m venv venv

Activate Virtual Environment


venv\scripts\activate

Install Dependencies


pip install -r requirements.txt

make migrations


python manage.py makemigrations

Migrate the database


python manage.py migrate

create superuser


python manage.py createsuperuser

Finally, Start The Server.


python manage.py runserver

Built with:

Python python Django Django Bootstrap Django HTML5 Django

About

A webapp that chunks big csv and json files on users specified size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.4%
  • Python 8.3%
  • CSS 7.2%
  • JavaScript 0.1%