Description
Hello,
We need the development of a backend for fleet tracking system. WE WILL IGNORE WHO DOES NOT READ THE FOLLOWING DESCRIPTION.
## Our budget is 2K € maximum #
We have two Apps for Android and iOS: one for DRIVERS and other for CUSTOMERS.
Both talk to a Parse SQL database. One Table has info about the drivers (position, on service or out of duty, name, photo, ID) and other will handle customer request (Location)
The backend must:
-Interact with the SQL table for DRIVERS maintaining a Google Maps Map with the last position logged in the database for DRIVERS.
When CUSTOMER App request a service, the backend must:
-Interact with the request coming from the App. The request will be logged into SQL databse. Backend must read from there the user location.
-Calculate the closest driver and send a notification to the customer App with the driver data (push) and to the Driver
The backend also must:
-Provide a UI with all the drivers info (read from database) displayed in friendly format, to browse thorugh drivers.
-Provide an UI with a Map and positions for the drivers.
-Log all service and trasactions in a secure database and shown in the UI.
thanks
H.A.