Skip to content

soberyoda/Candy_Shop

Repository files navigation

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

About

Final C# project - AGH UST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published