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.
- 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)
- Register / Login as driver
- Location fetched and updated in real-time
- View ride requests within a specific range
- Accept rides and track customer location
- Node.js
- npm
cd Backend
npm install
npm start
# or
node server.js- Node.js v18+
- npm v9+
cd Frontend
npm install
npm run devOpen your browser at: http://localhost:5173