Transform Spending Into Smarter Financial Success
Built with:
- JSON
- Docker
- NuGet
See Frontend: Click here!
ExpensesControl is a modern, modular backend API designed for secure and scalable expense management.
Built with .NET 9.0, it integrates:
- user authentication
- expense tracking
- analytics and insights
The goal is to provide a clean, maintainable architecture with secure user handling and financial dashboards.
- Modular Architecture – clear separation between Application, Domain, and Infrastructure
- JWT Authentication – secure user login and session management
- Expense Analytics Dashboard – categorized + monthly insights
- Dockerized Deployment – consistent builds for dev and production
- Entity Framework Core + SQL Server – robust persistence layer
- Configurable & Extensible – easy to adapt for different environments
- C# / .NET 9
- NuGet
- Docker (optional)
git clone https://github.com/lucasbailo/ExpensesControlcd ExpensesControlUsing NuGet:
dotnet restoredotnet run.NET
dotnet test