To run the project on your local machine, clone the repo and follow the steps below.
I went ahead and deployed the app on Heroku.
- Python Version 3.8 and above
# Install virtualenv:
$ pip install virtualenv
# Open a terminal in the project root directory and run:
$ virtualenv env
# Run the command below to activate the virtual env
$ .\env\Scripts\activate
# Install the dependencies:
$ (env) pip install -r requirements.txt
# Start the web server:
$ (env) python app.py