- Sample pages using ASP.NET Core MVC, Json Web Token and Bearer authorization
- ASP.NET Core
- Entity Framework Core
- Entity Framework Migrations - Code First
- Repository pattern
- FluentValidation
- Automapper
- Global exception handler
- Cors
- Modify the connection string in appsettings.json to reflect your database environment
- run the following commands
dotnet ef migrations add "initial"
dotnet ef database update
- Build and run the project