https://github.com/wearymench/client_management
A C# desktop application for managing customer information, including names, phone numbers, and credit card details, using MySQL for database storage. It provides efficient CRUD operations for handling customer data.
https://github.com/wearymench/client_management
csharp mysql mysql-database windows-forms winforms-application
Last synced: 2 months ago
JSON representation
A C# desktop application for managing customer information, including names, phone numbers, and credit card details, using MySQL for database storage. It provides efficient CRUD operations for handling customer data.
- Host: GitHub
- URL: https://github.com/wearymench/client_management
- Owner: WearyMench
- Created: 2023-04-15T14:00:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T23:27:53.000Z (about 1 year ago)
- Last Synced: 2025-06-06T02:46:13.851Z (about 1 year ago)
- Topics: csharp, mysql, mysql-database, windows-forms, winforms-application
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client Management
**Client Management** is a customer management application that allows you to store and manage customer information, such as their names, surnames, phone numbers, and credit card details. It is built using C# and MySQL for the database.
## Features
- MySQL database connection.
- Stores basic customer information: name, surname and phone number
- CRUD functionality to interact with customer data.
## Requirements
- .NET 6 or higher.
- MySQL Server.
- Configuration file for the database connection string.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/WearyMench/client_management.git
2. Install dependencies:
```bash
dotnet restore
3. Ensure you have the appsettings.json file with your database configuration.
4. Run the project:
```bash
dotnet run
## Contributing
If you would like to contribute to this project, feel free to open an issue or submit a pull request. All contributions are welcome.