Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 321 Bytes

Car Sharing

Description

This is a console program that manages a car-sharing service allowing companies to rent out their cars and find customers.

Requirements

  1. Create companies and theirs cars
  2. Authenticate user as CUSTOMER or MANAGER
  3. Rent and return car by CUSTOMERS

Launch

mvn package -PRun