1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

chore: add resource under python:python-frameworks:fastapi

This commit is contained in:
roadmap bot
2023-07-05 22:07:57 +01:00
parent 258f6cd0f0
commit 467382879d

View File

@@ -3,3 +3,4 @@
FastAPI is a Web framework for developing RESTful APIs in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data and automatically auto-generate OpenAPI documents.
- [Official Documentation](https://fastapi.tiangolo.com/)
- [Create an API with Fast-API (Full 19 Hour Course)](https://www.youtube.com/watch?v=0sOvCWFmrtA)