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
+13
View File
@@ -0,0 +1,13 @@
Backend README
This is a minimal scaffold for the LifeRPG backend. It currently ships a tiny stdlib-based HTTP JSON endpoint for local development.
Next steps:
- Replace with FastAPI + Uvicorn for production.
- Add ORM (SQLAlchemy/Alembic) and migrations.
- Add OAuth2 and integration adapters.
Run (dev):
python server.py