Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.07 KB

File metadata and controls

40 lines (23 loc) · 1.07 KB

Book Shop Web

book shop devices book shop products

Overview

This project is an ASP.NET Core application with SQL Server Database connection, Repository Pattern and CRUD operations.

ASP.NET Core Identity for Register/Login as default Customer User with Email and Password credentials.

You can Create/Edit/Delete your Products or your Categories only if you are Admin User.

Technologies Used

ASP.NET Core

.NET 7

ASP.NET Core Identity

Entity Framework Core

Bootstrap

Microsoft SQL Server 2022

Prerequisites

Before cloning the project, ensure you have the following installed:

Visual Studio 2022

.NET 7

Microsoft SQL Server 2022

Getting Started

To run this project locally, follow these steps:

Clone this repository: git clone (https://github.com/PanosKatsaras/ASP.NETCore-MVC-BookShopWeb.git)

Open the project in Visual Studio 2022