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.
ASP.NET Core
.NET 7
ASP.NET Core Identity
Entity Framework Core
Bootstrap
Microsoft SQL Server 2022
Before cloning the project, ensure you have the following installed:
Visual Studio 2022
.NET 7
Microsoft SQL Server 2022
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

