An open API service indexing awesome lists of open source software.

https://github.com/areal060781/user-roles-service

ASP NET Core Restfull API with JWT and authorization
https://github.com/areal060781/user-roles-service

asp entity-framework jwt

Last synced: 3 months ago
JSON representation

ASP NET Core Restfull API with JWT and authorization

Awesome Lists containing this project

README

          

# 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
* [Collection](https://www.getpostman.com/collections/54565ba8cfc55d38e1fb)