This repo is the backend part of the file management project for the SAD course instructed by Dr. Mehdi Mostafazade at the Sharif University of Technology. The frontend code can be found here.
This project is an Android-first application that can be used as a file-sharing platform. Easily upload your files to your account and download them anywhere using your personal account. This app is made to make managing your files easy and delightful, with a modern and colorful design.
- Create Postgres database AE_Back
- open directory
SAD_Project_Back/SAD_backend
- run redis with
redis-server
- run celery with
celery -A backend worker -l INFO
- run
python3 manage.py migrate
- run
python3 manage.py loaddata Content-type.json
- run
python3 manage.py runserver