FastAPI Tutorial (Part 2) - Routes
Let's see how to build an API using Python's framework FastAPI. This is part 2 of a series of posts where we build an API for a fictional book store. The project includes all the main topics required to build an API like: endpoints, authentication/authorization, databases, ORM's and more. In this part of the series, we focus on creating differents endpoints to create, read, update and delete (CRUD) books from our API.