Skip to content

ivanfeanor/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages