Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

A Car rental system provides basic features for booking a car.

License

Notifications You must be signed in to change notification settings

abanoubamin/Car-Rental-System

Repository files navigation

Car-Rental-System

A Car rental system provides basic features for booking a car. There are two types of users exist in the system, first one is admin who has full rights and he can perform any type of operation in the project such as adding a new car, deleting an old car etc. The second type of user is customer who books a car.

Development Tools

Microsoft SQL Server / ADO.NET / C#

Deliverables

  • Data is stored in DB.
  • UML class diagram.
  • C# code using OOP concepts.
  • Project’s documentation.

Functionality

These are the functionality performed by the project:

  • Login for admin.

  • Edit information of admin.

  • Logout functionality.

  • Dashboard for admin user.

  • Manage booking

    * Adding new booking
    * Edit the existing booking
    * View details of booking
    * List of project booking
    * Delete booking
    
  • Manage car

    * Adding new car
    * Edit the existing car
    * View details of the car
    * List of all cars
    * Delete car
    
  • Manage customer

    * Adding new customer
    * Edit the existing customer
    * View details of the customer
    * List of all customer
    

Bonus

Reports of the car rental system:

  • Repot for all booking
  • Repot for all cars
  • Repot for all customers

Database Diagram

erdgded

UML

umlgded

Sample Run

Admin

capture0 capture01 capture02 capture03 capture04 capture05 capture06

Customer

capture00 capture000 capture1 capture2 capture3 capture4

About

A Car rental system provides basic features for booking a car.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages