feat: added description and content at FastAPI on Python Roadmap (#3678)
parent
e0d70950ac
commit
d227603a59
1 changed files with 3 additions and 0 deletions
@ -1,2 +1,5 @@ |
||||
# FastAPI |
||||
|
||||
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/) |
||||
|
Loading…
Reference in new issue