A Windows Forms (.NET) based supermarket management system developed using C# and SQL Server. This application helps manage products, categories, sellers, and sales transactions in a simple desktop interface.
- 🔐 Admin and Seller Login System
- 📦 Product Management (Add / Update / Delete)
- 📂 Category Management
- 🧾 Sales / Billing System
- 📊 Sales Reports
- 👤 Seller Management
- 🔎 Product Search by Category
- 💾 SQL Server Database Integration
- C#
- .NET Windows Forms
- Microsoft SQL Server
- ADO.NET
- Visual Studio
GoMartApplication │ ├── Forms │ ├── FormMain.cs │ ├── FormCategory.cs │ ├── FormAddProduct.cs │ ├── FormSelling.cs │ ├── FormReport.cs │ ├── Database │ ├── tblCategory │ ├── tblProduct │ ├── tblBill | ├── tblSeller | ├── tblAdmin │ └── DBConnect.cs
- Clone the repository
git clone https://github.com/irohitsaha/gomartapplication.git
-
Open the project in Visual Studio
-
Restore the database in SQL Server
-
Update the database connection string in:
DBConnect.cs
- Run the application.
Main tables used:
tblCategorytblProducttblBilltblSellertblAdmin
ROHIT SAHA
GitHub: https://github.com/irohitsaha
This project is for educational purposes.