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.
- Git
- Node.js and Npm
- Run npm install to install all server dependencies.
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.
Demos:Customer - http://localhost:8085/customer, Driver - http://localhost:8085/driver, Serviceman - http://localhost:8085/serviceman, Faker - http://localhost:8085/faker,
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.