Skip to content

Cab Ride apis using hapi.js ,mongodb and mysql with MVC Architecture.

Notifications You must be signed in to change notification settings

harsh6768/Cab-Booking-Apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!

Cab-Booking-Apis

To install the all packages run the below command:

 npm install

Now you are ready to go with the project .

Run the below command to start the server

  node server.js

If you have already installed nodemon then run the below command

 nodemon server.js

Different Modules

  • 1.User Module
    • 1. SignUp
    • 2.SignIn
    • 3.Book Rides
    • 4.Get Booked Rides
    • 5.Get Booked Rides with date filter
  • 2. Admin Module
    • 1. Create Admin
    • 2.Get All the Rides
    • 3.Get All the Rides with Date Filter
    • 4.Get All the Rides with Drivers Id Filter
    • 5.Get Free Drivers
    • 6.Assign Drivers
  • 3. Driver Module
    • 1. SignUp
    • 2. SignIn