Skip to content

A sample feature request app

License

Notifications You must be signed in to change notification settings

arawkins/most-wanted

Repository files navigation

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

About

A sample feature request app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published