This document details PCShop, a defense project for an ASP.NET Advanced course at SoftUni, completed in October 2022. It's an online store for laptops and peripherals, offering features like product browsing, search and sorting filters, and a user purchasing system with a tiered seller system based on purchase history. The system also prevents users from buying their own products.
Online PC Shop
PCShop is my defence project for ASP.NET Advanced - октомври 2022 course at SoftUni.
Overview
PCShop is an online store for laptops and peripherals (monitors, keyboards, mice, headphones and microphones). Every registered user has the opportunity to browse the products in the store, and in order to improve the user experience, he can use the search and sorting filters, then he can buy the products he chooses. According to the policy of the app, when a user makes his first purchase he becomes a client and when he makes the required number of purchases (5) he gets the opportunity to add his own products for sale. The maximum number of active products to sell for one user is 10. There is a logic implemented that prevents a user from buying his own products but it is possible for him to edit and delete them.
Structure
Built With
Screenshots
DB Diagrams
On The Road To