- Python
- Django, python_dotenv
- Install python for your platform
- Clone the repo using
git clone https://github.com/jamesatjaminit/FileSharing.git
- Install python packages using
pip install -r requirements.txt
- Make the database migrations
python manage.py makemigrations
python manage.py migrate
- (Optional) Make superuser using
python manage.py createsuperuser
- Rename .env.default to .env and populate the fields
- Run
python manage.py runserver
to get your webserver working! - Browse to 127.0.0.1:8000