Skip to content

ecreall/flask-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

For testing CI/CD tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%