Skip to content

Web Project On "Online Cab Booking" using nodejs and mongoDB

Notifications You must be signed in to change notification settings

adityasajoo/Online-Cab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Online Cab Booking

A NodeJs Application where a user can conveniently book a cab using a web browser.
To run the application
  • Clone the repository.
  • Go to Cust -> app.js , and change mongo url.
  • Go to Driver -> app.js , and change mongo url.
  • Open terminal, and running the following commands:
    cd cust
    npm install
    npm run
    
  • Open a new terminal, and running the following commands:
    cd driver
    npm install
    npm run
    
  • Yay! Go to http:localhost:3000

About

Web Project On "Online Cab Booking" using nodejs and mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published