In This tutorial we'll be looking at how to get up and running with FastAPI. We'll be building a very simple API that makes use of the following HTTP methods:
- GET - getting data from some data source
- POST - creating or adding some data to the data source
- UPDATE - updating a some piece of data in our data soure
- DELETE - delete some piece of data in the data source