Skip to content

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

License

Notifications You must be signed in to change notification settings

DerwenAI/flask_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages