E-Commerce Platform Features User Authentication: Registration, Login, Logout Product Management: Create, Read, Update, and Delete (CRUD) operations Shopping Cart: Add, remove, and update products in the cart Order Management: Place, track, and manage orders User Profiles: Manage user information and order history Admin Dashboard: Manage products, orders, and users Search and Filtering: Easily find products using search and filter options Responsive Design: Optimized for all devices Technologies Used Backend: ASP.NET Core ORM: Entity Framework Core Database: SQL Server Frontend: HTML, CSS, JavaScript, Bootstrap Installation Prerequisites Install .NET SDK (latest version) Install SQL Server and SQL Server Management Studio (SSMS) Steps to Run the Project Clone the repository: git clone https://github.com/saaakh63/eCommerce-System.git cd your-project-folder