bregman-arie / flask-hello-world

Python web app for devops-exercises project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python web app for devops-exercises project


Languages

Language:Python 100.0%