Video Demo: https://youtu.be/UzbKGHNAxwY
This website has flask based backend and use jinja templating for creating dynamic website Flask is python based backend like we have express for MERN.
First create virtual env
python -m venv .env
Next is we open that .env file
I am using git bash:
. .venv/Scripts/Activate
and then we have to install
pip install -r requirements.txt
and now
flask --app app.py --debug run
and now there you will see url and just open it in browser