An open API service indexing awesome lists of open source software.

https://github.com/ahlem-phantom/dotnet-store-project

๐Ÿ›’This is a dotnet store that manages products with different providers and categories
https://github.com/ahlem-phantom/dotnet-store-project

dotnet dotnet-database dotnet-entity-framework dotnet-tools visual-studio

Last synced: about 1 year ago
JSON representation

๐Ÿ›’This is a dotnet store that manages products with different providers and categories

Awesome Lists containing this project

README

          

# Dotnet Store Project
This a store management project that manages different products, providers and categories .



## โœจ Setup
To get a local copy up and running follow these simple example steps.

### ๐Ÿšง Prerequisites

You may find below the list of things you need to install using **NuGet Packages** :
- Microsoft.EntityFrameworkCore v5.0.11
- Microsoft.EntityFrameworkCore.Design v5.0.11
- Microsoft.EntityFrameworkCore.SqlServer v5.0.11
- Microsoft.EntityFrameworkCore.Tools v5.0.11

### ๐Ÿ›  Installation

_In order to install the app you need to follow the instructions below :_

1. Clone the repo
```sh
git clone git clone https://github.com/ahlem-phantom/Dotnet-Store-Project.git
cd .Net-Workshop
```

2. Change the debug properties to :
```sh
PS.GUI
```
4. And that's it you can enjoy the project ๐ŸŽ‰!