Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 425 Bytes

Hello world app

This is a very basic python app, that return "Hello, World!" to console, or root url.

Requirements

Python 2.7 and higher Flask

Installation

Get sources from github pip install flask cd src export FLASK_APP=hello.py flask run You then must see this output

Now you can browse to http://127.0.0.1:5000/ and see the result.