Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 683 Bytes

File metadata and controls

34 lines (23 loc) · 683 Bytes

Financial Management API

This project is a .NET 9 API for financial management, including entities for users, categories, financial accounts, investments, and investment types.

Features

  • CRUD operations for all main entities
  • Repository pattern with async methods
  • Entity Framework Core integration
  • MySQL database support

Getting Started

  1. Clone the repository:
  2. Configure your database connection in appsettings.json.
  3. Run migrations:
  4. Start the API:

Technologies

  • .NET 9
  • C# 13
  • Entity Framework Core
  • MySQL

Structure

  • Domain: Entities and interfaces
  • Data: Mappings and repositories
  • Api: Application entry point

License

MIT