Skip to content

Commit

Permalink
Merge pull request #3 from Backiaraj/common
Browse files Browse the repository at this point in the history
Modified the readme content
  • Loading branch information
rajendranr-5483 authored Aug 1, 2024
2 parents c4c7e5d + 6c0936c commit c67a2b7
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 c67a2b7

Please # to comment.