Skip to content

Commit d86fbd1

Browse files
Merge pull request #2 from Backiaraj/common
Modified the readme content
2 parents 74351fc + 10df6f3 commit d86fbd1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Inventory CRUD REST Service using ASP.NET CORE with JWT Token Authentication
2+
23
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.
34

45
## Prerequisites
56

6-
* Visual Studio 2019 16.4.0
7-
* ASP.NET Core 3.1
7+
* Visual Studio 2022
88
* SQL Server 2017
99
* Postman
1010

1111
## How to run the project
1212

1313
* Checkout this project to a location in your disk.
14-
* Open the solution file using the Visual Studio 2019.
14+
* Open the solution file using the Visual Studio 2022.
1515
* Restore the NuGet packages by rebuilding the solution.
16-
* Change the connection string in the appsettings.json file that points to your SQL Server
17-
* Run the project.
18-
16+
* Change the connection string in the appsettings.json file that points to your SQL Server.
17+
* Run the project.

0 commit comments

Comments
 (0)