DevCEldoret / devceldoret-backend

This repo serves as the backend for the Developer Circles Eldoret Community website.
4 stars 12 forks source link

Setup Swagger UI for the API documentation #12

Open fatmali opened 4 years ago

fatmali commented 4 years ago

We decided to move forward with swagger as most of the team was familiar with it. Swagger also offers Swagger UI which we can use to build a self-hosted sandbox and documentation for free for everyone. The UI can be documented using json and validated using a VSCode extension called Swagger Viewer. Example and tutorial:

https://www.youtube.com/watch?v=qemG0CWOx1I

maxwelbarno commented 4 years ago

Cool