-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Setting] FastApi 초기환경 세팅 #1
Labels
good first issue
Good for newcomers
Comments
InSange
added a commit
that referenced
this issue
Nov 20, 2024
Chaeyeon1
added a commit
that referenced
this issue
Nov 20, 2024
Chaeyeon1
added a commit
that referenced
this issue
Nov 20, 2024
Chaeyeon1
added a commit
that referenced
this issue
Nov 20, 2024
Chaeyeon1
added a commit
that referenced
this issue
Nov 20, 2024
InSange
added a commit
that referenced
this issue
Nov 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
가상환경 실행 : .\pig\Scripts\activate
애플리케이션 실행 : uvicorn main:app --reload
Swagger UI 접근 방법
프로젝트 구조
피그브라더스/
│
├── main.py # FastAPI 메인 파일
├── pig/ # 가상환경 디렉토리
├── .vscode/ # VS Code 설정 디렉토리
│ ├── settings.json
│ ├── launch.json
│ └── extensions.json
The text was updated successfully, but these errors were encountered: