How to Run the Solution
Open the Allvue.sln solution in Visual Studio. The main project, Allvue, should be set as the startup project.
Technologies
.NET 8.0: Core framework for web and business logic.
ASP.NET MVC: Web application structure including controllers and views.
Dependency Injection: Manages dependencies for services and repositories.
Mock Data: The system allows running with mock data instead of a real database.
Project Structure
Allvue: The main web application providing user interface.
Allvue.Data: Responsible for mock data setup.
Allvue.Models: Contains the domain models of the project.
Allvue.Services: Handles business logic and processing.