Developing a System for BE Projects.
Python >= 3.6
pip >= 18.1
virtualenv >= 16.0.0
Fork this repo and run these commands after cloning the project and go inside the backend
directory:
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver