-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Backiaraj/common
Modified the readme content
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# Inventory Management ASP.NET Core | ||
|
||
This repository contains the inventory management application, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate performing CRUD actions. | ||
|
||
## Prerequisites | ||
|
||
* Visual Studio 2019 16.4.0 | ||
* ASP.NET Core 3.1 | ||
* Visual Studio 2022 | ||
* SQL Server 2017 | ||
|
||
|
||
## How to run the project | ||
|
||
* Checkout this project to a location in your disk. | ||
* Open the solution file using the Visual Studio 2019. | ||
* 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 | ||
* Change the connection string in the appsettings.json file that points to your SQL Server. | ||
* Run the project. |