It's easy to creat an api or restful api with Flask and Flask-RESTful extension. But what's happening under the hood when executing the code?
In this blog, we will dive into the source code of Flask framework and its extension Flask-RESTful, and understand the code deeply.