Base for web systems: Java / Spring Boot (api/) + React (web/) + H2 locally / PostgreSQL in cloud.
→ 01-Project Instructions/HOW-TO-RUN.md
Google SSO (Cloud Console): GOOGLE-SSO-SETUP.md
Local default: H2 (no Docker). Then api + web.
00-Planning/— plans (MVP1.md, MVP2.md, MVP3.md, MVP3-IMPLEMENTATION.md, 07-payments-memberships.md)01-Project Instructions/— how to run
Platform/
00-Planning/
01-Project Instructions/
api/
web/
data/uploads/
data/h2/ # local H2 (gitignored)
docker-compose.yml # optional Postgres
README.md
MVP1 complete. Local runs on H2 by default.
MVP2 phase A complete: registration + Google SSO — MVP2.md.
MVP3 (planning): payments provider + memberships design; backlog moved from MVP2 — MVP3.md.