This is an online file sharing system for teams. It is built with Python and Django. The jquery-file-upload library and jQuery are used for file dropping feature.
Using a python 3.8+ environment run the following commands to set up the project.
pip install -r requirements.txt
to install the python requirementspython manage.py migrate
to run the initial database migrationspython manage.py createsuperuser
to create userpython manage.py runserver
to run the development server- Login with user and password created