/most-wanted

A sample feature request app

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Feature Request System

This is a small demo feature request system.

How to run

There are a couple of different ways you can get this app up and running.

Using Docker

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

Using Python 3

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