Installation

This Project requires that you have Python 3 above version installed and for some other Python libraries and frameworks, you must install the following dependencies.

pip install -r requirements.txt


Run This Project

python manage.py makemigrations
python manage.py migrate
python manage.py runserver