fastapi-ex1
https://www.youtube.com/watch?v=0CQdCfICAPA
conda install requests
conda install -c conda-forge python-multipart
FastAPI 기초 (1/5) – 개요 및 설치하기
- Swagger : http://127.0.0.1:8000/docs
- ReDoc: http://127.0.0.1:8000/redoc
- openapi: http://127.0.0.1:8000/openapi.json
http://globalintelligence.kr/ >> GNC활동관리 >> Datalab
FastAPI 기초 (2/5) – API구현 (GET, POST, DELETE)
: RESTful을 fastAPI로 구현
예제> Intro to FastAPI – The Best Way to Create APIs in Python?

https://worldtimeapi.org/timezones
FastAPI 기초 (3/5) – 웹CRUD ( GET, POST, PUT, DELETE )
FastAPI 기초 (4/5) – MySQL (MariaDB) 연동 CRUD

Starlette : 경량 ASGI 프레임웤



FastAPI 기초 (5/5) – 웹CRUD MySQL(MariaDB) 연동
Web Based Dashboards