Skip to content

How to use the Consumer Notebook API with Python's Flask microframework and Heroku.

Notifications You must be signed in to change notification settings

consumerio/cn-flask-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===================== Flask Sample Project

By @audreyr.

This is a sample Flask project that uses the Consumer Notebook API.

Running it locally

In your terminal::

$ git clone https://github.com/consumernotebook/cn-flask-sample.git
$ cd cn-flask-sample
$ mkvirtualenv cn-flask-sample
$ pip install -r requirements.txt

To run it in debug mode locally::

$ python runserver.py

In your browser, go to http://127.0.0.1:5000/

Note: you can also run it with Foreman, but you won't get the debugger::

$ foreman start

Deploying it on Heroku

Follow the deployment instructions at https://github.com/zachwill/flask_heroku.

Credits

This demo is mostly based on the code from the Flask Heroku project, which is a template to get your Flask app running on Heroku as fast as possible.

About

How to use the Consumer Notebook API with Python's Flask microframework and Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published