DEV Community

Arunkumar Dharuman
Arunkumar Dharuman

Posted on

Creating Beautiful REST APIs using Python Flask and Swagger UI

In this video I'm going to show you how to create RESTful APIs using Flask and document it by generating API specification in Open API aka Swagger format using apispec and configure Swagger UI.

You can find the app.py file code at: https://gist.github.com/arundhaj/5f4c0f8c9a8efba9f92f81adea9fd4d7

Top comments (0)