Skip to content

This repository contains the inventory management REST service, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate creating REST API to performing CRUD actions and, how to create JWT token and secure API.

Notifications You must be signed in to change notification settings

SyncfusionExamples/inventory-management-rest-service-asp-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Inventory CRUD REST Service using ASP.NET CORE with JWT Token Authentication

This repository contains the inventory management REST service, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate creating REST API to performing CRUD actions and, how to create JWT token and secure API.

Prerequisites

  • Visual Studio 2019 16.4.0
  • ASP.NET Core 3.1
  • SQL Server 2017
  • Postman

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2019.
  • Restore the NuGet packages by rebuilding the solution.
  • Change the connection string in the appsettings.json file that points to your SQL Server
  • Run the project.

About

This repository contains the inventory management REST service, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate creating REST API to performing CRUD actions and, how to create JWT token and secure API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages