Skip to content

Cab ride app using express,mysql and MVC structure

Notifications You must be signed in to change notification settings

kanchan0/CabRide-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

CabRide-api-backend

Remember this a beckend project,to see all the main files,open Backend folder and there you go.

Do ignore folder client as in MVC structure,for all the frontend files it is used

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

About

Cab ride app using express,mysql and MVC structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published