Built with NestJS
- Models
- User (id, email, password, name)
- Invoice (id, vendor_name, amount, due_date, created_at, user_id, paid)
No tests at the moment
Built with React
- Routes
- Invoices (implemented)
- Bills (not implemented)
- Expenses (not implemented)
- Reports (not implemented)
- Install
docker-compose
or use built indocker compose
command - Run
docker compose up --build
and wait for the images to be built - Check containers
dokcer ps
- Go to
localhost:5173