[go: up one dir, main page]

Skip to content

Let's try to deploy this 'Hello, World!' flask application to Heroku!

License

Notifications You must be signed in to change notification settings

davidrmcharles/hello-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-flask

Let's try to deploy this 'Hello, World!' flask application to Heroku!

$ heroku login
$ heroku apps:create hello-flask-drmc
$ heroku config:set FLASK_APP=hello.py -a hello-flask-drmc
$ git push heroku master

It worked!

About

Let's try to deploy this 'Hello, World!' flask application to Heroku!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published