A desktop-based E-Commerce application built using C# and SQL. It provides functionality for browsing products, managing carts, and processing orders, offering a foundation for online retail systems.
- C#: Application development with .NET framework.
- SQL: Database for managing users, products, carts, and orders.
- π€ User Accounts: Register and login to manage personal shopping experience.
- ποΈ Product Catalog: Browse and search for products in a structured catalog.
- π Shopping Cart: Add, update, and remove items in the cart.
- π³ Order Processing: Place and manage orders securely.
- π Inventory Management: Track stock availability.
- Clone the repository.
- Open the project in Visual Studio.
- Configure the SQL database and update connection strings.
- Build and run the application.