An open API service indexing awesome lists of open source software.

https://github.com/younghakim7/fastapi


https://github.com/younghakim7/fastapi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        





Cloudtype




# 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)