scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap

This commit is contained in:
TLimoges33
2025-08-28 17:05:19 +00:00
parent 2cf4b45b85
commit c64039bb2f
17 changed files with 269 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# LifeRPG Modern Scaffold
This folder contains a small scaffold to kick off the modernization of LifeRPG.
What is included:
- `backend/` - minimal stdlib-based JSON HTTP server (dev-only)
- `frontend/` - minimal React + Vite scaffold and PWA files
- `ROADMAP.md` - prioritized milestones and estimates
- Dockerfile and docker-compose for local development
Next steps:
- Replace backend with FastAPI and add DB/ORM/migrations
- Implement OAuth2 and integrations adapters
- Expand frontend with components and theming