Aniket Rai - Doosra Submission
Backend Steps
- Install Node on your system
- run
npm installin project root folder to install node_modules for backend - run
nodemon index.jsto start the backend server
Frontend Steps
- open client folder
cd client - run
npm installinside client folder to for frontend packages - run
npm startto run the frontend app
Customisation options (.env)
- ThresholdLimit
- Custom MongoDB atlas url
- Visit
http://localhost:3000/signUpto create a rider and driver account( as many). - Visit
http://localhost:3000/loginto log in a rider or driver account. - The driver/rider pages will auto fetch the live location of user.
- Input fields can be used to alter them
- Click on find ride to get the nearest cab in the given range.




