A .NET-based dashboard management system that provides services for managing and displaying dashboard data.
DashboardManagement/- Main project directoryEntities/- Data models and entity definitionsServiceContracts/- Service interfaces and contractsServices/- Implementation of business logic and servicesTests/- Unit and integration tests
- .NET 8.0 SDK or later
- Visual Studio 2022 or later (recommended)
- Clone the repository
- Open the solution in Visual Studio
- Restore NuGet packages
- Build the solution
Run the tests using the Test Explorer in Visual Studio or via the command line:
dotnet testPlease read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.