Follow these steps to get your development environment set up:
-
Clone the repository
-
At the root directory, restore required packages by running:
dotnet restore
-
Next, build the solution by running:
dotnet build
-
Launch the app by running:
dotnet run
- .NET 5
- MSSQL
- Fluent Validation
- AutoMapper
- MediatR
- Basic CRUD operations with CQRS