Skip to content

areal060781/user-roles-service

Repository files navigation

Welcome to LetMeKnowApi

This application consists of:

  • 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

Installation Instructions

  • 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

Postman

About

ASP NET Core Restfull API with JWT and authorization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages