url:: https://youtu.be/0sOvCWFmrtA
channel:: FreeCodeCamp
publish_date:: 2021-11-01
---
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/0sOvCWFmrtA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
---
## Authentication
## CRUD Operation
![[Pasted_image_20211221144047.png]]
- Convention is that the end point uses plurals:
- user --> users
- post --> posts
## Validation
## Documentation
<https://github.com/Sanjeev-Thiyagarajan/fastapi-course>