An open API service indexing awesome lists of open source software.

https://github.com/bregman-arie/flask-hello-world

Python web app for devops-exercises project
https://github.com/bregman-arie/flask-hello-world

Last synced: 7 months ago
JSON representation

Python web app for devops-exercises project

Awesome Lists containing this project

README

          

## Flask "Hello World" Web App

### Intro

This project was created to support some of the exercises in the [devops-exercises](https://github.com/bregman-arie/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