Thanks to visit codestin.com
Credit goes to github.com

Skip to content

onTheWay is a real-time ride-booking platform. It enables users to register, select vehicles, enter destinations, view estimated fares, and book rides. Drivers can log in, share their real-time location, view nearby ride requests within a certain range, and accept rides.

Notifications You must be signed in to change notification settings

deveshidwivedi/onTheWay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onTheWay – Ride Booking Application

onTheWay is a real-time ride-booking platform that allows users to register, choose vehicles, enter destinations, view prices, and book rides. Drivers can log in, share their location, and accept nearby ride requests within a specific range.

⚠️ Note: This application is designed and optimized for mobile app dimensions, not laptop or desktop resolutions.

Features

User Side:

  • Sign up / Login via email
  • Browse and choose vehicle options
  • Enter destination, view estimated fare
  • Real-time ride tracking with ETA
  • Cancel ride with penalty (if applicable)

Driver Side:

  • Register / Login as driver
  • Location fetched and updated in real-time
  • View ride requests within a specific range
  • Accept rides and track customer location

Getting Started

Backend Setup

Prerequisites:

  • Node.js
  • npm

Install & Run:

cd Backend
npm install
npm start
# or
node server.js

Frontend Setup

Prerequisites:

  • Node.js v18+
  • npm v9+

Install & Run:

cd Frontend
npm install
npm run dev

Open your browser at: http://localhost:5173

About

onTheWay is a real-time ride-booking platform. It enables users to register, select vehicles, enter destinations, view estimated fares, and book rides. Drivers can log in, share their real-time location, view nearby ride requests within a certain range, and accept rides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages