Play around with the fast api and Understandings the functionalities and processes
- It'a an light weight module used for API purposes, It's differennt from Django, Intially I thought it was used in Django, but Django uses it own framework called django REST Framework.
- FastApi is built on the Pydantic, which is widely and popularly known for it's validations of data
- So, It was fast to built,validate the data response in Fastapi.