Skip to content

banveerad/flask_sample_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

flask_sample_example

Testing rollbar apis for python.

How to run

Install following packages

  1. Install flask

pip install flask

  1. Install rollbar

pip install rollbar

  1. Install webob

pip install webob

  1. Install blinker

pip install blinker

After installing the above packages. On cli do the following

export FLASK_APP=server.py

python -m flask run

To enable debug mode

export FLASK_DEBUG=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages