Skip to content

MaximKM-62/Laboratory2DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Heroku Example

This repo contains some sample code to deploy a simple Flask application to Heroku. The deployed app counts with the following features:

  • Running Python 3.7 🐍

Summary of steps to deploy your app

(Assuming you've already created an account with Heroku)

1. Clone the repo
$ git clone https://github.com/igortereshchenko/flask_heroku_template.git && cd flask-heroku-example
2. Login to Heroku
$ heroku login
3. Create your Heroku apps
$ heroku create
4. Deploy & Profit
$ git push heroku master
5. Open and enjoy
$ heroku open

based on work of https://github.com/rmotr-curriculum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published