https://github.com/qlint/geolocation-service-delivery
This geolocation service delivery project can be adapted to many scenarios such as taxi hailing.
https://github.com/qlint/geolocation-service-delivery
geolocation google-maps node-js npm taxi-app
Last synced: 12 months ago
JSON representation
This geolocation service delivery project can be adapted to many scenarios such as taxi hailing.
- Host: GitHub
- URL: https://github.com/qlint/geolocation-service-delivery
- Owner: qlint
- Created: 2017-06-23T12:18:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T08:41:44.000Z (over 8 years ago)
- Last Synced: 2025-04-13T08:26:03.733Z (over 1 year ago)
- Topics: geolocation, google-maps, node-js, npm, taxi-app
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 10
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taxi Hailing Simulation #
This application is basically a prototype of real-time taxi aggregators and service providers like Uber built using Node.js, Leaflet and Socket.io. Along with cab service we have also included booking daily needs Service facility such as food or grocery delivery. Hence you can book both service and cab on the go.
## Prerequisites ##
1. Git
2. Node.js and Npm
## Installation ##
1. Run npm install to install all server dependencies.
## Build & development ##
Run node index.js in your terminal to start the development server and open up the respective url(Customer,driver,faker or serviceman) like localhost:8085/customer in your browser.
## Getting started ##
Demos:Customer - http://localhost:8085/customer,
Driver - http://localhost:8085/driver,
Serviceman - http://localhost:8085/serviceman,
Faker - http://localhost:8085/faker,
## Testing ##
Tired moving around with your driver application to different location??
Rather than physically moving to different location to see its effect, you can use faker application to fake the driver location and see its effect in customer app.Just click anywhere on the map and the car will move to that location both in faker and customer application.