This is a small demo feature request system.
There are a couple of different ways you can get this app up and running.
This app is available as a docker image on docker hub.
docker run -d -p 5000:5000 arawkins/most-wanted:latest
You should find the app running at http://localhost:5000
The following instructions assume a working python 3 development environment, including pip. You may want to set up a virtualenv before running the following commands.
pip3 install -r requirements.txt
python3 create_db.py
python3 main.py
You should find the app running at http://localhost:5000