implement a web app with javascript (eclipse) using REST API for booking car application. booking a car application is a
Posted: Tue Apr 12, 2022 10:20 am
implement a web app with javascript (eclipse) using REST API for
booking car application.
booking a car application is about booking any car nearby and
using it.
I need the code for this question
admin;
-add new car (car id, plate, make, color, no. of seats, type ...
)
-delete added car
-edit car
consumer;
-Search for a car (system available cars nearby..)
-book a car
-cancel booking
-pick a car up
car;
-sends its location, and status(in use, available, maintenance,
booked)
system;
-expose the services for cars to send their location and
status
booking car application.
booking a car application is about booking any car nearby and
using it.
I need the code for this question
admin;
-add new car (car id, plate, make, color, no. of seats, type ...
)
-delete added car
-edit car
consumer;
-Search for a car (system available cars nearby..)
-book a car
-cancel booking
-pick a car up
car;
-sends its location, and status(in use, available, maintenance,
booked)
system;
-expose the services for cars to send their location and
status