This is a simple software to management your finances, I use concepts like:
-
Solid
-
Clean Code and
-
Domain Driven Design
If you have any doubt or suggestion let me know or open an issue on project repository.
- Razor Pages
- .Net (6.0.0)
- Entity Framework Core
- XUnit
- AutoMapper
- Docker
Clone the repository
Than run the following commands
Initialize database with docker
cd ./infra
docker compose up db
Running application
cd ../src/Web
dotnet build
dotnet run
cd ./infra
docker compose up
Email: [email protected] Pwd: admin