Overview This car dealership system is going to be used in selling of cars.
- Customer
- Admin
- Delivery Organization
A customer can select a car based on make, model, colour, transmission, and horsepower. A customer can order a car and can cancel an order. A customer can also see the status of an ordered car, which includes dispatched and delivered status. An admin can view all the orders,status, accepting/approving for an order. A delivery organisation has no access to anything other than getting admin approval to deliver a car and providing delivery status to an admin and a customer.
how to contribute:
- create a feature branch
- Clone the master branch
- commit you change in your branch and request merge request into master branch