saasforge / open-source-saas-boilerpate

Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
https://www.saasforge.dev
MIT License
804 stars 115 forks source link

Generating swagger API docs ? #9

Closed greckko closed 4 years ago

greckko commented 4 years ago

Is it possible to generate api docs ?

saasforge commented 4 years ago

As far as I know it's already generated. The API here is based on Flask-Restplus which have automatically generated documentation. Please see here: https://flask-restplus.readthedocs.io/en/stable/swagger.html