feat: bootstrap lunch picker miniapp with backend, docs, and branding assets

This commit is contained in:
mingking2
2026-04-15 14:03:08 +09:00
commit 7faf251fd3
85 changed files with 31332 additions and 0 deletions

8
template/docs/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Lunch MiniApp Docs
- `01_MVP_PRODUCT_SPEC.md`: 제품/기능 명세
- `02_IMPLEMENTATION_PLAN.md`: 구현 구조/일정/QA 계획
- `03_RELEASE_CHECKLIST.md`: 배포 전 점검표
- `04_LOCAL_DEV.md`: 로컬 실행/연동 가이드
- `api/openapi.yaml`: API 계약(OpenAPI 3.0)
- `db/schema.sql`: DB 스키마(MySQL 8.0)