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
- Host: GitHub
- URL: https://github.com/areal060781/user-roles-service
- Owner: areal060781
- Created: 2017-04-07T22:44:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T00:10:10.000Z (over 9 years ago)
- Last Synced: 2025-12-26T06:50:00.502Z (7 months ago)
- Topics: asp, entity-framework, jwt
- Language: C#
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)