fastapi-ex1

Published onesixx on

https://www.youtube.com/watch?v=0CQdCfICAPA

conda install requests

conda install -c conda-forge python-multipart

FastAPI 기초 (1/5) – 개요 및 설치하기

  1. Swagger : http://127.0.0.1:8000/docs
  2. ReDoc: http://127.0.0.1:8000/redoc
  3. 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

Python
/main.py
Python
app/routes/index.py

FastAPI 기초 (3/5) – 웹CRUD ( GET, POST, PUT, DELETE )

FastAPI 기초 (4/5) – MySQL (MariaDB) 연동 CRUD

Starlette : 경량 ASGI 프레임웤

SQL
Python
/main.py
Python
app/database/conn.py
Python
app/database/model.py
Python
app/routes/userAPI.py

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

Web Based Dashboards

  1. https://youtu.be/4OprsFtGcvE
  2. https://youtu.be/fX-Wm-310S8
  3. https://youtu.be/lAaM-kRPSpA
  4. https://youtu.be/dxj7mxaQjGA
  5. https://youtu.be/OPvBdy7qQRA
  6. https://youtu.be/0CQdCfICAPA

https://youtu.be/USTqY4gH_VM

Categories: fastapi

onesixx

Blog Owner

guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x