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

https://github.com/justsecret123/windows-form-app

This repository contains a Windows Form App made for a school project.
https://github.com/justsecret123/windows-form-app

csharp desktop-application mysql sql windows-forms

Last synced: 6 months ago
JSON representation

This repository contains a Windows Form App made for a school project.

Awesome Lists containing this project

README

          

## Windows-Form-App
This repository contains a Windows Form App priorly made in order to complete a school project assignment.

## Screenshots
![Admin side (home):](Accueil_Admin.PNG)
![Admin side (home):](Accueil_Admin_2.PNG)
![Client side (home):](Accueil_admin_client.PNG)
![Client side (home):](Accueil_client.PNG)
> **Discover the other features by downloading the software ! ** :blush:
> **View all of README to fully discover the project. It is in fact short, but quite explicit ** :blush:

## About the project
The software language is French. It is mainly made in C#, though the links with the database is made with pure SQL queries. It was first in order to complete a school assignment, but I have deciced to upload it here to help some developpers not to do the exact same application, but for academic or project purposes by giving some patterns. Feel free to contribute, improve or criticize.

## Features
The project includes :
- Client operations : trip booking/consulting, view annouces related to the past or incoming trips, account creation...
- Administrator operations: operations related to clients (add, remove, modify), trips (add, remove, modify) and annouces as well.

## Pre-requisites & How to use :
To properly use it, you should first create a local MySQL schema which title will be "projet"; unless you do not desire a database connection,
but some features would be restricted. After installing, run the MySQL schema building script located [here](https://github.com/Justsecret123/Windows-Form-App/blob/master/Project/Mini-projet/bin/Debug/Projet_db.sql).

## Tools
- Languages : C#, SQL;
- IDE: Microsoft Visual Studio 2017;
- Database server: MySQL;
- Frameworks: MetroUIFramework.