Project simulating a simple chocolate shop. It allows user login, account creation by the administrator, validation, and simulated chocolate purchase capability. Users can view, add to cart, remove from cart, and modify orders. The administrator can change orders for subordinate users. Everyone can preview available chocolates and filter them.
- Clone GitHub repository GitHub Docs - Cloning a repository
- Make sure that the required tools are installed on your computer.
- .NET 8.0
- Required packages:
Microsoft.AspNetCore.Identity.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.SQLite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.VisualStudio.Web.CodeGeneration.Design.
- After opening the project and downloading the required tools and packages, run the following command in the terminal:
dotnet ef database update