LifeRPG_v2.0/modern/backend
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
requirements.txt scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
server.py scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00

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