-
FastAPI
- 마이크로서비스를 위한 파이썬 웹 프레임워크
- hierarchy: Uvicorn > Starlette > FastAPI
- Uvicorn: ASGI 서버
- Starlette: Uvicorn 기반의 웹 마이크로프레임워크
- FastAPI: Starlette 기반의 API 마이크로프레임워크
- 비슷한 포지션의 API 마이크로프레임워크
- DRF (Django RestFramework)
- Flask
-
references
- https://www.udemy.com/course/fastapi-the-complete-course
- https://github.com/codingwithroby/FastAPI
- https://github.com/codingwithroby/FastAPI-Routing
- https://github.com/codingwithroby/fastapifullstacktodos
- https://fastapi.tiangolo.com/
- https://pydantic-docs.helpmanual.io/
- https://docs.sqlalchemy.org/en/14/
- https://github.com/encode/databases
yooseongc/fast-api-study
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|