mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 07:41:52 +09:00
README.md 파일 추가: 환경 설정 및 실행 방법 문서화
This commit is contained in:
parent
5f84d24973
commit
bcef4133d2
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -0,0 +1,19 @@
|
|||
# 환경 설정
|
||||
|
||||
이 프로젝트는 [uv](https://docs.astral.sh/uv/getting-started/installation/)라는 Python 패키지 관리자를 사용하여 설정해야합니다.
|
||||
|
||||
uv 설치 후 다음과 같은 명령어를 입력합니다.
|
||||
|
||||
```
|
||||
uv sync
|
||||
```
|
||||
|
||||
venv와 패키지가 설치가 됩니다.
|
||||
|
||||
# 실행 방법
|
||||
|
||||
```
|
||||
uv run main.py
|
||||
```
|
||||
|
||||
이러면 http(s)://localhost:11080로 서버가 열리게 됩니다.
|
||||
Loading…
Add table
Add a link
Reference in a new issue