https://github.com/younghakim7/fastapi
https://github.com/younghakim7/fastapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/fastapi
- Owner: YoungHaKim7
- License: mit
- Created: 2023-06-29T03:03:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T03:09:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T21:11:40.574Z (5 months ago)
- Language: HTML
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# FastAPI
Python으로 구현된 FastAPI 어플리케이션 템플릿입니다.
## 🖇️ 준비 및 확인사항
### 지원 Python 버전
- 3.7, 3.8, 3.9, 3.10, 3.11
- FastAPI는 최소 3.7 버전의 Python를 필요로 합니다.
- ⚠️ 로컬/테스트 환경과 클라우드타입에서 설정한 Python 버전이 상이한 경우 정상적으로 빌드되지 않을 수 있습니다.### 패키지 명세
- 빌드 시 어플리케이션에 사용된 패키지를 설치하기 위해서는 `requirements.txt` 파일이 반드시 필요합니다.## ⌨️ 명령어
### Start
```bash
uvicorn main:app --host=0.0.0.0 --port=8000
```## 🏷️ 환경변수
## 💬 문제해결
- [클라우드타입 Docs](https://docs.cloudtype.io/)
- [클라우드타입 FAQ](https://help.cloudtype.io/guide/faq)
- [Discord](https://discord.gg/U7HX4BA6hu)
## 📄 License
[MIT](https://github.com/tiangolo/fastapi/blob/master/LICENSE)