Skip to content

Internet-of-Zoo-Things/heroku-zoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python: Getting Started

A barebones Flask app.

Running Locally

Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI.

$ git clone https://github.com/kevinlwebb/heroku-zoo.git
$ cd heroku-zoo

$ python3 -m venv heroku-env
$ pip3 install -r requirements.txt

$ flask run

Your app should now be running on localhost:5000.

Deploying to Heroku

Deploy to Heroku

Documentation

For more information about using Python on Heroku, see these Heroku Dev Center articles:

Resources

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world https://flask-sqlalchemy.palletsprojects.com/en/2.x/ https://www.palletsprojects.com/p/jinja/ https://www.palletsprojects.com/p/flask/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.0%
  • HTML 29.9%
  • Python 7.8%
  • JavaScript 1.3%