/flask_example

An example of how to use Flask + Swagger to create a simple service.

Primary LanguagePythonMIT LicenseMIT

flask_example

Install:

pip install -r requirements.txt

Launch:

python app.py

Then load http://localhost:5000/apidocs/ in your browser.

Also, it's best to create a better "secret" in the flask.cfg file, and not something committed in a GitHub public repo :)