This project is my first Web project. It is based on Flask.
To start the server locally follow these steps:
Firstly clone the git repository into a local folder. (git clone ...
)
Secondly set up a virtual environment e.g. with virtualenv
pip install virtualenv
virtualenv my_virtualenvironment
source my_virtualenvironment/bin/activate
Then start the server locally
python server.py