[FastAPI] 용어 정리
# 서론 FastAPI 프레임워크를 사용함에 있어 기본 개념과 용어 설명 * FastAPI 공식 문서 내용에서 가져옴 https://fastapi.tiangolo.com/ FastAPI FastAPI FastAPI framework, high performance, easy to learn, fast to code, ready for production Documentation: https://fastapi.tiangolo.com Source Code: https://github.com/tiangolo/fastapi FastAPI is a modern, fast (high-performance), web framework for buil fastapi.tiangolo.com # 서버 구동 FastAPI ..
Backend/FastAPI
2022. 7. 12. 21:05