pedroelbanquero / flask_api_template_jwt_swagger

Incomplete flask api swagger template
0 stars 0 forks source link

API FLASK SWAGGER TEMPLATE

*Tested on Kali Linux, it should work on any Debian distribution. For other platforms, the installation scripts might need to be changed.

Install

./install.sh

Run API service in debug mode

python3 app.py

image

Run tests

Run in another console while the app service is active

python3 test

image

Swagger Documentation

Once the script app.py is initialized, you can use this URL to access the Swagger sandbox: http://localhost:5000

image