Flask "hello world" app for CI/CD demostration
Install requirements
pip install --upgrade -r requirements.txt
Run unit tests
python test.py
Run the app
python app.py
Access the app
Flask "hello world" app for CI/CD demostration
Install requirements
pip install --upgrade -r requirements.txt
Run unit tests
python test.py
Run the app
python app.py
Access the app