Skip to content

A feature requests app designed in Python, Flask and Knockout.js

Notifications You must be signed in to change notification settings

SirFroweey/FeatureRequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatureRequests

A minimal feature requests app developed in Python (2.7.5), Flask and Knockout.js with the help of Jenkins for CI.

Running the app locally

  1. Clone this repository and cd into the newly cloned FeatureRequests directory.
  2. Install prerequisites via pip install -r requirements.txt
  3. CD into the feature_requests sub-directory.
  4. Run the flask app via python app.py.
  5. Finally, navigate to http://127.0.0.1:5000 to view the application.

Running the unittests

  1. CD into FeatureRequests directory and then the /tests sub-directory.
  2. Run the command python run_tests.py.

Live demo

http://www.persistentmodding.com

About

A feature requests app designed in Python, Flask and Knockout.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published