반응형
How to Use FastAPI: A Detailed Python Tutorial
영어 동영상이지만 그냥 보세요.
FastAPI 기초를 먼저 살펴보고 이 동영상을 보면 많은 도움이 될 겁니다.
https://www.youtube.com/watch?v=SORiTsvnU28
In this tutorial, I'll show you how to get started with FastAPI in Python. By the end of this video, you'll know everything you need to get started with developing your own APIs!
GitHub repository: https://github.com/ArjanCodes/2023-fa...
💻 Code example by Ilja Manakov - https://www.linkedin.com/in/imanakov
🎥 Video edited by Mark Bacskai: https://www.instagram.com/bacskaimark
🔖 Chapters:
0:00 Intro
0:52 Installation
1:35 Example
2:40 Creating the app
4:32 Path and query parameters
10:30 Routing and requests
14:16 FastAPI advantage 1
15:07 FastAPI advantage 2.1
16:52 FastAPI advantage 2.2
18:14 FastAPI advantage 3
19:23 Outro
반응형
'FastAPI' 카테고리의 다른 글
Python Unit Testing | FastAPI with Pytest Tutorial (0) | 2023.11.14 |
---|---|
FastAPI, 인증 API (Authentication APIs) (0) | 2023.11.10 |
FastAPI, NGINX 사용 시 Client IP 확인 (0) | 2023.10.18 |
FastAPI, 현재 실행 프로세스 및 환경 정보 예제 (0) | 2023.08.18 |
FastAPI, 파일 반환하기 (0) | 2023.08.13 |