It's a WindowsForm with .net 8 about Shopping
To install and run the windows Form locally, follow these steps:
- Clone the Repository:
- Install Dependencies:
- Set Up Environment Variables:
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;"
}
}