Backend1 FastAPI 기초부터 A to Z 기본적인 웹서비스 구조 유저 -> 클라이언트 -> 서버 Fast API FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python의 API를 빌드하기 위한 웹 프레임워크입니다.-> GPT API를 사용하는것처럼 결과를 리스폰해줄 수 있게끔 가능함 FastAPIFastAPI framework, high performance, easy to learn, fast to code, ready for productionfastapi.tiangolo.com pip install fastapipip install "uvicorn[standard]" 먼저 설치를 해준다. from fastapi import FastAPI app = FastAPI()@app.get("/")def read.. 2024. 7. 10. 이전 1 다음