Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/najlae01/order_management

eCommerce App is a Winforms desktop application for managing orders. It uses SQL Server as the data source.
https://github.com/najlae01/order_management

college-project dotnet ecommerce-application sql-datasources winforms

Last synced: 30 days ago
JSON representation

eCommerce App is a Winforms desktop application for managing orders. It uses SQL Server as the data source.

Awesome Lists containing this project

README

        

# eCommerce App

The Order Management Application is a desktop application built with Winforms, designed to manage orders. It utilizes the SQL Server datasource to store data.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Database Design](#database-design)
- [App Interface](#app-interface)

## Installation

1. Clone the repository: `git clone (https://github.com/najlae01/order_management.git)`
2. Open the project in your preferred development environment (e.g., Visual Studio)
3. Build the solution to restore any required dependencies and compile the project.

## Usage

1. Configure the database connection string in the application's configuration file.
2. Run the application by clicking the "Start" button in your development environment or by running the compiled executable file.
3. Use the application to manage orders, including creating, editing, and deleting orders.

## Contributing

Contributions to the Order Management Application are welcome! If you want to contribute, follow these steps:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/your-feature`.
5. Submit a pull request.

You can also open an issue in the GitHub repository to report bugs or suggest improvements.

## Database Design

![Database Design](readme-images/databaseDesign.png)

## App Interface

The following screenshots showcase the application's user interface and its functionalities, including adding, deleting, and updating a client, as well as performing these CRUD operations on other tables.

![Screenshot 1](readme-images/1.png)
![Screenshot 2](readme-images/2.png)
![Screenshot 3](readme-images/3.png)
![Screenshot 4](readme-images/4.png)