项目作者: areal060781

项目描述 :
ASP NET Core Restfull API with JWT and authorization
高级语言: C#
项目地址: git://github.com/areal060781/LetMeKnowApi.git
创建时间: 2017-04-07T22:44:00Z
项目社区:https://github.com/areal060781/LetMeKnowApi

开源协议:

下载


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
    1. dotnet ef migrations add "initial"
    2. dotnet ef database update
  • Build and run the project

Postman