This project is a .NET 9 API for financial management, including entities for users, categories, financial accounts, investments, and investment types.
- CRUD operations for all main entities
- Repository pattern with async methods
- Entity Framework Core integration
- MySQL database support
- Clone the repository:
- Configure your database connection in
appsettings.json. - Run migrations:
- Start the API:
- .NET 9
- C# 13
- Entity Framework Core
- MySQL
Domain: Entities and interfacesData: Mappings and repositoriesApi: Application entry point
MIT