An open API service indexing awesome lists of open source software.

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.

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.