Skip to content

pcewebpython/flask-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask Hello World

Visit / to receive an inspiring greeting of world peace, or /hello/YOURNAME/ or /hola/YOURNAME to receive a greeting in English or Spanish.

To Run

All commands to be run from inside the repository directory.

$ pip install -r requirements.txt
$ python main.py

To Publish to Heroku

All commands to be run from inside the repository directory.

$ git init                # Only necessary if this is not already a git repository
$ heroku create
$ git push heroku master  # Be sure to commit any changes before you push
$ heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages