Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 632 Bytes

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;"
  }
}