https://github.com/mraskends/busdepot
BusDepot is a C# Windows Forms application developed as part of a university project. It simulates a simple bus depot management system, including drivers, buses, and route assignments.
https://github.com/mraskends/busdepot
csharp dotnet mysql mysql-database oop sql university windows-forms winforms
Last synced: 2 months ago
JSON representation
BusDepot is a C# Windows Forms application developed as part of a university project. It simulates a simple bus depot management system, including drivers, buses, and route assignments.
- Host: GitHub
- URL: https://github.com/mraskends/busdepot
- Owner: MrAskends
- Created: 2022-07-22T20:21:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T23:23:20.000Z (about 1 year ago)
- Last Synced: 2025-04-15T17:47:22.879Z (about 1 year ago)
- Topics: csharp, dotnet, mysql, mysql-database, oop, sql, university, windows-forms, winforms
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bus Depot
**BusDepot** is a C# Windows Forms application developed as part of a university project.
It simulates a simple bus depot management system, including drivers, buses, and route assignments.
## Purpose
This project was created for academic purposes and aims to demonstrate practical use of:
- Object-oriented programming (OOP)
- Basic WinForms GUI development
- Simple user authentication
- SQL queries
- MySQL databases
## Features
- Simple login form for user authentication
- SQL queries
- MySQL databases
- Driver management (add/edit/remove)
- Bus management with status tracking
- Route and schedule assignment
- Easy-to-use WinForms graphical interface
## Technologies
- C#
- SQL queries
- MySQL databases
- .NET Framework 4.7.2+
- Windows Forms (WinForms)
- Visual Studio 2019+
## Getting Started
```bash
git clone https://github.com/MrAskends/BusDepot.git
cd BusDepot/BusDepot
```