Bike, Scooter and Car rental in one app
npm install
npm start
npm run watch
npm install
npm run serve
Click on the application 'Sign Up' menu and register.
Click on the Start a new booking
button
Enter one of the following codes in the parking unit code field and start a booking
Note: Whichever vehicle you started booking with, you must enter the corresponding parking unit code for that vehicle!
parking unit codes
bike: '101010'
scooter: '202020'
car: '303030'
Click on the End Booking
button
Enter one of the following codes in the parking unit code field and complete a booking
parking unit codes
bike: '111111'
scooter: '222222'
car: '333333'
that's it. You simulated a booking process :)
Booking bike, scooters and electric cars in one application
Nowadays, when we want to rent a bike, scooter or car, we constantly use different applications. So why don't we collect all these in one app?
It registers through the Passenger web application. He makes a booking for the vehicle he wants according to the distance.
Passenger can leave the booking vehicle to either the rented station or to a different station.
Passenger pays a certain fee for every minute it uses.
The passenger can leave the vehicle he / she booked only at the station of that vehicle.
As a result, instead of using a different application for each vehicle (bike, scooter, electric car) booking, we will be able to do all transactions through a single application.