How To Run
- Install virtualenv:
$ pip install virtualenv - Open a terminal in the project root directory and run:
$ virtualenv .venv - Then run the command:
$ .\.venv\Scripts\activate - Then install the dependencies:
$ (.venv) pip install -r requirements.txt - Finally start the web server:
$ (.venv) python app.py