Django tutorial for this project is available on YouTube
- Clone the repository
- Create a virtual environment using command
python3 -m venv env
- Install the dependencies using command
pip install -r requirements.txt
- Type
source env/bin/activate
- Run the server using command
python manage.py makemigrations
- Then run the server using command
python manage.py migrate
- Finally run the server using command
python manage.py runserver