This workspace is split into two folders:
backend/: Erlang/OTP server (rebar3 / NovaFramework)frontend/: React UI
make up/make downmake up-backend/make down-backendmake up-frontend/make down-frontend
Default ports: backend 8080, frontend 5173, postgres 5432.
Prereqs: Erlang/OTP + rebar3, Node.js + pnpm, and a PostgreSQL instance (or run only Postgres via make up-postgres).
- Backend:
make dev-backend(serves onhttp://localhost:8080) - Frontend:
make dev-frontend(serves onhttp://localhost:5173)