- A simple introduction to CRUD operations.
- A list of books with title, author, and category.
- CRUD operations and HTTP request methods
- Create -> POST
- Read -> GET
- Update -> PUT
- Delete -> DELETE
- Usage of swager UI
- Will include CRUD operations and HTTP request methods
- But also include:
- Data Validation (pydantic)
- Exception Handling
- Status Codes
- Swagger Configuration
- Python Request Objects