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.
- Host: GitHub
- URL: https://github.com/justsecret123/windows-form-app
- Owner: Justsecret123
- License: gpl-3.0
- Created: 2019-10-07T05:47:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T09:14:17.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:42:40.799Z (8 months ago)
- Topics: csharp, desktop-application, mysql, sql, windows-forms
- Language: C#
- Size: 48.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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




> **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.