Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.63 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.63 KB

A React-Native App that links Taxi Drivers and Passengers.

Socket.io server to connect Passengers and Drivers in real time with Node Express Backend

Socket.io Repo: [https://github.com/muhammadalizkhan/CreamAppSokectIO]

NodeExpressBackend Repo: [https://github.com/muhammadalizkhan/CreamAppExpressNodeBackend]

Functionalities

  • Sign up / Login / Authentication
  • Passenger type a location on the search box and the app will determine and trace the route on the Google Map Api.
  • Taxi Driver will receive Passenger's location and trace the route, choosing to accept the ride and going to Navigation
  • If a Taxi Driver accept the ride, the Passenger receives a notification and Driver's background location to watch the trip.

Tech/framework used

  • React-native
  • Express
  • Socket.io
  • Mongodb
  • Google Maps Api

Installation - yarn

Prerequisites

To run this project in the development mode, you'll need to have a basic environment to run a React-Native App, that can be found here.

Also, you'll need to the servers running locally on your machine with the mock data. You can find the Socket.io Server here. and the Express Server here

Contributing

You can send how many PR's do you want, I'll be glad to analyse and accept them! And if you have any question about the project...

Email-me: ali7847khan@gmail.com

Connect with me at [LinkedIn]https://www.linkedin.com/in/malizamankhan/

Thank you!