A minimal feature requests app developed in Python (2.7.5), Flask and Knockout.js with the help of Jenkins for CI.
- Clone this repository and cd into the newly cloned FeatureRequests directory.
- Install prerequisites via
pip install -r requirements.txt
- CD into the feature_requests sub-directory.
- Run the flask app via
python app.py
. - Finally, navigate to http://127.0.0.1:5000 to view the application.
- CD into FeatureRequests directory and then the /tests sub-directory.
- Run the command
python run_tests.py
.