| Service | Status | URL |
|---|---|---|
| Frontend | β Running | http://localhost:4200 |
| Backend API | β Running | http://localhost:8081 |
| PostgreSQL | β Running | localhost:5432 |
| Redis | β Running | localhost:6379 |
- Email:
admin@financehub.com - Password:
Admin123!
Admin123! (with capital A and exclamation mark), not admin123
-
Open your browser and go to: http://localhost:4200
-
Login with the credentials above
-
Explore the features:
- π Dashboard with real-time analytics
- π³ Account management
- π° Transaction tracking
- π Budget planning
- π Financial analytics reports
β Premium UI with smooth animations β JWT Authentication for security β Real-time updates with hot reload β Responsive design for all devices β Complete CRUD operations for all entities β Analytics and reporting with charts β Budget tracking with alerts β Multi-account support β Category-based expenses
- Swagger UI: http://localhost:8081/swagger-ui.html
- API Base URL: http://localhost:8081/api
- Health Check: http://localhost:8081/actuator/health
# Stop frontend (Ctrl+C in the npm terminal)
# Stop backend and databases
docker-compose downdocker-compose restart backenddocker logs financehub-backend --tail 50 -fdocker ps --filter "name=financehub"- Login with
admin@financehub.com/Admin123! - Create an account (e.g., "Checking Account")
- Add transactions (income, expenses)
- Create a budget for a category
- View analytics in the dashboard
- Check reports in the Analytics section
Enjoy your FinanceHub application! ππ°