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
- Host: GitHub
- URL: https://github.com/ahlem-phantom/dotnet-store-project
- Owner: ahlem-phantom
- Created: 2022-03-02T16:15:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T16:05:44.000Z (about 4 years ago)
- Last Synced: 2025-04-13T11:08:25.029Z (about 1 year ago)
- Topics: dotnet, dotnet-database, dotnet-entity-framework, dotnet-tools, visual-studio
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ๐!