Simple expense tracker app.
- Hexagonal Architecture
- CQRS and MediatR
- AutoMapper
- API Versioning
- HealthChecks
- MongoDB
- .NET5
- Angular
- Testing
There is a 'Makefile' for OS X and Linux:
make build
executesdocker-compose build
make run
executesdocker-compose up -d
- Swagger:
http://localhost:5001/swagger/index.html
- Angular:
http://localhost:4200
- Health Checks:
http://localhost:5001/health
- Health Checks UI:
http://localhost:5001/health-ui#/healthchecks
The project is licensed under the MIT license.