chore: add local development env files and startup script

This commit is contained in:
Chris
2026-03-29 23:34:34 +08:00
parent db0b4545cb
commit 0e9ce1cd32
6 changed files with 37 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ python -m venv .venv
source .venv/bin/activate
pip install -e .
cp .env.example .env
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload
./scripts/start_dev.sh
```
## Required DB setup