Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 342 Bytes

File metadata and controls

21 lines (12 loc) · 342 Bytes

Start

uvicorn main:app --reload

DB 자동 생성

alembic revision --autogenerate

migrations에 생성된 리비전 파일로 DB 변경

alembic upgrade head

서버 재설정

sudo systemctl restart myapi.service

가상환경 진입

cd /Users/pahkey/myapi/bin source activate cd /Users/hin6150/Desktop/Project/DoRun-DoRun