This application is designed to learn the usage of the following technologies.
Use these instructions to get the project up and running.
You will need the following tools:
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
-
Next, navigate to
\CourseApp.Web
directory, launch the application by running:dotnet run
-
Launch https://localhost:5001/ in your browser to view the Web UI
-
Launch https://localhost:5001/swagger in your browser to view the API
- ASP.NET Core 3
- Entity Framework Core 3
- React 16
- AutoMapper
- FluentValidation
- Serilog
- Bootstrap 4