chore: scaffold linhelp applications

This commit is contained in:
王鹏
2026-07-07 15:06:33 +08:00
parent 95685efa82
commit edffda2a84
70 changed files with 537 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# LinHelp
LinHelp is the phase-one implementation workspace for "Lin Xiao Bang", a community life service MVP.
## Stack
- Backend: Java 8, Spring Boot 2.7.18, MyBatis Plus, Sa-Token, MySQL, Redis, Flyway, Knife4j, MinIO
- Admin web: Vue 3, TypeScript, Vite, Element Plus
- Resident miniapp: WeChat native mini program, WXML, WXSS, JavaScript
- Rider H5: Vue 3, TypeScript, Vite
## Local Runtime
```powershell
docker compose -f deploy/docker-compose.dev.yml up -d
cd backend
mvn test
```
Project docs:
- `docs/superpowers/specs/2026-07-07-linxiaobang-prd-design.md`
- `docs/superpowers/plans/2026-07-07-linxiaobang-phase-one-implementation.md`