Create .env with MongoDB Connection String
db_url = ""
Recommended to create virtual environment and install modules from requirements.txt
python -m virtualenv venv
venv/scripts/activate
pip install -r requirements.txt
After installing all modules, navigate to the project directory and run
python app.py
Open http://localhost:5000 to view it in your browser.