Skip to content

A platform that accepts CSV or JSON large files, and breaks them into smaller bits - must be the right format.

Notifications You must be signed in to change notification settings

Chembisol/Chunk_file_team_48

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Chunk

A platform that accepts CSV or JSON large files, and breaks them into smaller bits - must be the right format.

About Us

Go-Chunk is a non-profit, open-source project launched in 2022 by Zuri Team powered by Ingressive for Good APIs. Having worked with data scientists and analysts all over the world, Go-Chunk aims to offer solutions to the stress of going through so many processes to break down data files and also the loss of files on any device.

How to Use

* Signup/Login on our website
* Upload your file
* Specify Number of chunks
* Click on the split button
* The file will be chunked and saved as .zip and, ready for download

To run locally

Clone the project

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

Go to the project directory

cd Chunk_file_team_48

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

Tech Stack

Tech Stack

Our site was built using the following tools:

    * HTML
    * CSS BOOTSTRAP
    * jAVASCRIPT
    * PYTHON(Django) ​ ​

About

A platform that accepts CSV or JSON large files, and breaks them into smaller bits - must be the right format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.4%
  • CSS 24.1%
  • Python 4.4%
  • JavaScript 3.1%