Getting Started With FastAPI

Abhishek Bose
The Startup
Published in
5 min readSep 6, 2020

Rest APIs are beautiful pieces of software that enable applications to communicate with a database or with other software very effectively.

The kind of operations which you can perform are as follows are GET, POST, PUT, DELETE, TRACE, etc. The GET method is generally used for fetching some information from the backend. For example, if an app (web/phone) wants to fetch some information from the database, it will use the GET method. POST is used for creating new information. PUT is used for updating already existing records. DELETE, as the name suggests is used for the deletion of…

Abhishek Bose
The Startup

Machine Learning Engineer II at Swiggy. On a quest for technology.