-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
가상환경 실행 : .\pig\Scripts\activate
애플리케이션 실행 : uvicorn main:app --reload
Swagger UI 접근 방법
- Swagger UI: http://127.0.0.1:8000/docs
- ReDoc (대안 API 문서): http://127.0.0.1:8000/redoc
프로젝트 구조
피그브라더스/
│
├── main.py # FastAPI 메인 파일
├── pig/ # 가상환경 디렉토리
├── .vscode/ # VS Code 설정 디렉토리
│ ├── settings.json
│ ├── launch.json
│ └── extensions.json
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers