Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

bocadilloproject/heroku-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Heroku example

This repo provides an example of a heroku deployable application made with Bocadillo.

Install

You'll need heroku-cli installed on your machine.

Install dependencies with:

pip install -r requirements.txt

Note: this particular example project deploys the application with Python 3.6.8. You can edit the runtime.txt file to specify which version of Python Heroku should use.

Usage

First, login & create an app via heroku-cli or in the Heroku dashboard.

heroku login
heroku apps:create my-bocadillo-app

Then add the Heroku git remote:

heroku git:remote -a my-bocadillo-app

Finally, push & deploy to Heroku:

git push heroku master

The app will then be accessible at https://my-bocadillo-app.herokuapp.com/. πŸš€

About

(UNMAINTAINED) πŸš€ Example Bocadillo application deployed to Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages