Skip to content

Commit

Permalink
Modified the readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
Backiaraj committed Nov 7, 2022
1 parent efbcf20 commit 6c0936c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
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.

0 comments on commit 6c0936c

Please sign in to comment.