MrFarbodMirzaee / ShopPro

This Windows Form project is a comprehensive store shopping application that utilizes Object-Oriented Programming principles to create a robust and user-friendly shopping experience. Through the implementation of classes and objects, the application models various entities such as products, customers, and orders. Encapsulation ensures data security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShopPro

It's a WindowsForm with .net 8 about Shopping

Table of Contents

Installation

To install and run the windows Form locally, follow these steps:

  1. Clone the Repository:
  2. Install Dependencies:
  3. Set Up Environment Variables:

Database Connection

If you want to connect to the database, you can use the following connection string as an example:

{
  "ConnectionStrings": {
    "YourDatabaseConnection": "Server=your-server-address;Database=your-database-name;User Id=your-username;Password=your-password;"
  }
}

About

This Windows Form project is a comprehensive store shopping application that utilizes Object-Oriented Programming principles to create a robust and user-friendly shopping experience. Through the implementation of classes and objects, the application models various entities such as products, customers, and orders. Encapsulation ensures data security


Languages

Language:C# 100.0%