chore: scaffold linhelp applications
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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`
|
||||
Reference in New Issue
Block a user