This document describes a project on developing a web-based online shopping application. The objectives are to create an easy-to-use interface for users to search for products, view details, add products to a shopping cart, write reviews, and for admins to manage products, view users and feedback. The project uses ASP.NET with C# as the front-end framework and MySQL as the back-end database. It describes functions for users like registration, login, purchase and feedback, as well as admin functions like registration, login, adding products, and viewing users and feedback. Tables for storing user and product data are also outlined.