Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.08 KB

❤️ 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