Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 1.6 KB

README.md

File metadata and controls

98 lines (59 loc) · 1.6 KB

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