steps to setting up the web application
step 1: install an editor for example pycharm or VScode
step 2: fork and clone this repository to your local machine
step 3: open this project using your IDE
step 4: run the following commands
pip3 instal django
python manage.py migrate
python manage.py runserver
step 5: open localhost:8000 on your browser