FastAPI

Fast API 기초 https://fastapi.tiangolo.com/ FastAPI FastAPI framework, high performance, easy to learn, fast to code, ready for production fastapi.tiangolo.com 개요 프레임워크 중 하나인 FastAPI. 데이터베이스에서의 생성(Create), 읽기(Read), 갱신(Update), 삭제(Delete) 작업인 CRUD를 손쉽게 처리할 수 있다. 서버 실행 시에는 Gunicorn(Green Unicorn)과 같은 ASGI (Asynchronous Server Gateway Interface) 서버를 이용할 것이다. 설치 pip install "fastapi[all]" 서버 실행 main...
07LEE
'FastAPI' 태그의 글 목록