CHUSHKA
CHUSHKA (Central Hierarchically-Universal Sales Host Kickstarter Application) is a simple .NET Core web app for selling products. Users can browse and order products, while admins can manage products and view all orders.
Features Guest can: Register, Login, view home page User can: Logout, view products, order products Admin can: Logout, manage products, view all orders First registered user automatically becomes Admin, others get User role How to Run Make sure all parts (.001, .002) are in the same folder. Right-click the first file (CHUSHKA.zip.001) → 7-Zip → Extract Here 7-Zip will automatically read all the other parts and recreate the original zip content. Open the solution in Visual Studio 2022. Restore NuGet packages. Apply migrations:
Add-Migration InitialCreate Update-Database
Run the project with F5 or IIS Express. Tech .NET Core / Razor Pages Entity Framework SQL Server Visual Studio 2022 Links Repository: https://github.com/Danmanbg/CHUSHKA