Skip to content

Elian3x14/CarRental

Repository files navigation

Car Rental Management: From Booking to Return

Midterm Project for .NET Technology. A comprehensive Car Rental Management System built with C# and WinForms, streamlining bookings, returns, and customer management.

Preview

Login

login

Car List

list-car

Create a New Car

add-car

Create an Order

booking-add

Statistics

I accidentally deleted the sample data, please download it and add it back. :3

report

PreviewImages for more...

Project

Problem Statement

(Available in the "doc" folder)

Project Structure

Entities

Contains the entity objects to be managed

Exceptions

Contains custom exceptions for handling errors

Forms

Contains forms for modifying data

Helper

Contains utility/helper classes

AppSetting.cs

Contain setting class for this application

How to Run the Code

  1. Open the CarRental.sln file
  2. Update the ConnectionString
  3. Import sample data from the rentalCar.sql file (if needed)
  4. Click the "Run" button :3

Demo

Demo video link: Link to demo video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages