Skip to content

elanor-sparx/hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

A flask/bootstrap implementation of an empty app ready to deploy on heroku

Fork or clone and make your own app

You will need to add a set of environment variables, e.g.:

ASSETS_AUTO_BUILD=True
CLEARDB_DATABASE_URL='xxx'
FLASK_APP=app.py
FLASK_DEBUG=1
FLASK_ENV=development
SECRET_KEY=secret_key
SESSION_TIMEOUT=60
SQLALCHEMY_DATABASE_URI='xxx'
STATIC_FOLDER=static
TEMPLATES_FOLDER=templates
TUNNEL_TIMEOUT=None
USE_SSL=False
WHEREAMI=HEROKU

You will also need to add the nodejs buildpack heroku buildpacks:add --index 1 heroku/nodejs -a endothermic

About

quiet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Python 3.1%
  • Jinja 1.4%
  • Other 1.5%