v0.1.8 - 백엔드 초안 추가

This commit is contained in:
2026-04-21 17:48:34 +09:00
parent 7ff8bd06b1
commit d5aa7f8153
13 changed files with 2482 additions and 7 deletions

3
backend/.env.example Normal file
View File

@@ -0,0 +1,3 @@
PORT=3001
DB_FILE=./data/planner.sqlite
CORS_ORIGIN=http://localhost:5173