/flask-hello-world

Python web app for devops-exercises project

Primary LanguagePython

Flask "Hello World" Web App

Intro

This project was created to support some of the exercises in the devops-exercises project.

Installation

virtualenv ~/.hw_venv source ~/.hw_venv/bin/activate pip install -r requirements.txt

Running the application

source ~/.hw_venv/bin/activate python app.py