A construction money management system.
-
Start the Development Server
npm run dev
Open http://localhost:3000 in your browser.
-
View the Database (Optional) To see the users and data inside your SQLite database:
npx prisma studio
This opens a visual editor at http://localhost:5555.
- Local Database: SQLite (
dev.db). No setup required. - Authentication: Secure Email/Password login.
- Dashboard: Track projects and expenses.