mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 09:21:52 +09:00
19 lines
No EOL
404 B
Markdown
19 lines
No EOL
404 B
Markdown
# 환경 설정
|
|
|
|
이 프로젝트는 [uv](https://docs.astral.sh/uv/getting-started/installation/)라는 Python 패키지 관리자를 사용하여 설정해야합니다.
|
|
|
|
uv 설치 후 다음과 같은 명령어를 입력합니다.
|
|
|
|
```
|
|
uv sync
|
|
```
|
|
|
|
venv와 패키지가 설치가 됩니다.
|
|
|
|
# 실행 방법
|
|
|
|
```
|
|
uv run main.py
|
|
```
|
|
|
|
이러면 http(s)://localhost:11080로 서버가 열리게 됩니다. |