LifeRPG_v2.0/modern
2025-08-28 17:32:29 +00:00
..
.github/workflows security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00
backend admin: add role management endpoints + Admin UI; strengthen RBAC and add tests 2025-08-28 17:32:29 +00:00
frontend admin: add role management endpoints + Admin UI; strengthen RBAC and add tests 2025-08-28 17:32:29 +00:00
tests admin: add role management endpoints + Admin UI; strengthen RBAC and add tests 2025-08-28 17:32:29 +00:00
.gitignore scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
docker-compose.yml scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
Dockerfile.backend scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
README_INITIAL_COMMIT.md scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
README.md scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
ROADMAP.md scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00

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