Alignest ยท Flowboard
Track your household budgets, alerts, and cash flow
Connect to the API sandbox, explore Flowboard summaries, and simulate reminders. Frontend is wired for demo; backend lives at the existing API.
๐
Flowboard Dashboard
View aggregated accounts, budgets, spend vs time risk, transactions, and notifications.
Uses /households/:id/flowboard
๐
Reminders
Trigger reminders and run budget threshold checks against the API.
Uses /reminders + /notifications
Setup
- 1) Set API base via env `NEXT_PUBLIC_API_BASE` (default http://localhost:4200)
- 2) Use demo household/user IDs from the Prisma seed or create via API.
- 3) Navigate to Flowboard/Reminders to exercise endpoints.