This is a MVC application built on the .NET Core + Angular stack that demonstrates the implementation of SOLID principles within the given code spec.
- C#
- ASP.NET
- AngularJS
- Bootstrap
- Demonstrate implementation of SOLID principles within the given code spec.
{
"id": "number",
"name": "string",
"description": "string"
}
- id: The unique identifier for the product, 4-digit integer.
- name: The name of the product, max length of 50 characters.
- description: The description of the product, max length of 1000 characters.
- Setup the dependencies
dotnet restore
- Run the application
dotnet run
The runtime will automatically resolve the node modules and run the application.