https://github.com/syncfusionexamples/inventory-management-rest-service-asp-dotnet-core
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.
https://github.com/syncfusionexamples/inventory-management-rest-service-asp-dotnet-core
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/inventory-management-rest-service-asp-dotnet-core
- Owner: SyncfusionExamples
- Created: 2019-12-10T11:01:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T17:36:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T20:09:34.786Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 40
- Watchers: 8
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 2022
* 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 2022.
* 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.