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
- Host: GitHub
- URL: https://github.com/bregman-arie/flask-hello-world
- Owner: bregman-arie
- Created: 2021-10-22T06:23:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T06:45:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T04:23:41.361Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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