March 2023
Intermediate to advanced
321 pages
4h 52m
English
By now, you must have understood that the FastAPI application consists of various operation functions. Each operation function is invoked by the corresponding HTTP method decorator to which it is mapped. The HTTP methods POST, GET, PUT, and DELETE respectively create a resource, retrieve one or more resources available with the server, and update or delete one or more resources.
To perform persistent CRUD operations, the application needs to interact with a data storage and retrieval system. Applications ...
Read now
Unlock full access