Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.95 KB

File metadata and controls

45 lines (35 loc) · 1.95 KB

Candy Shop

Project Description

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.

Tech Stack:

Bootstrap C# .NET Core

How to run Candy Shop

  1. Clone GitHub repository GitHub Docs - Cloning a repository
  2. 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.
  1. After opening the project and downloading the required tools and packages, run the following command in the terminal: dotnet ef database update

Database

Database

Application

Screenshots from the application