In the last video we have implemented the `POST` #rest api endpoint and used the #pydantic for data validation.
In this video we will learn how we can add the `PUT` #rest api endpoint and `DELETE` #rest api endpoint using #fastapi.
References:
source code: https://github.com/AnjaneyuluBatta505...