Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 299 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 299 Bytes

Flask example

Hello world app to test CI/CD tools

Installation

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Run

$ FLASK_APP=hellobluenove flask run

The app should be available at http://127.0.0.1:5000/

Run tests

$ pytest