보람찬 코기의 개발자 블로그
article thumbnail
[API] 주식 정보 조회 및 매도 매수 분석 (Stock Information Inquiry and Selling Price Analysis)
Develop & Project Review 2025. 2. 14. 19:51

📌 개요BackEnd 지식을 쌓고 API 제작 구현을 익숙해지기 위해 사이드 프로젝트를 시작하였다. 해당 글에서는 FastAPI를 활용하여 주식 분석 API를 개발에 대해 기술하고,API 요청 처리 방식과 주요 기능 구현 과정을 기록한다.  Git repo는 다음 링크과 같다.https://github.com/WellshCorgi/dev-infinity-api GitHub - WellshCorgi/dev-infinity-api: A project focused on continuously developing various features, designing efficient APIs,A project focused on continuously developing various features, desi..

article thumbnail
[Python] FastAPI란?
Programming Language 2025. 2. 14. 01:18

http://fastapi.tiangolo.com/ko/tutorial/ 자습서 - 사용자 안내서 - FastAPIFastAPI framework, high performance, easy to learn, fast to code, ready for productionfastapi.tiangolo.com FastAPI는 Python 기반의 최신 웹 프레임워크로, API 개발에 최적화되어 있다. 높은 성능과 사용 편의성을 자랑하며, 자동 문서화 기능을 제공하는 것이 특징이다. 구글 트랜드(trends.google)로 파이썬 웹 프레임워크 3종에 대해 트랜딩 검색을 해봤다. 5년을 기간으로 검색을 해보니 여전히 장고가 1위이지만 FastAPI의 기세가 만만치 않다.최근 2년으로 그래프를 보았더니, Flask..