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

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.

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
```