Running the app locally
- Create virtual enviornment
python -m venv venv
- Activate the virtual enviornment
venv\Scripts\activate
- Install Dependent Library
pip install -r requirements.txt
- Run the server.py file
python server.py
- The app will run on
http://127.0.0.1:5000/
in the browser.