Skip to content
/ cs407 Public

💻 Node.js web app for facilitating Car pooling

Notifications You must be signed in to change notification settings

sivssdn/cs407

Repository files navigation

Transit

Car Pool Web App

Wireframes can be seen inside wireframes folder.

How to start:

  1. Start the mogodb server
  2. cd into the project directory and type nohup npm start &
  3. Visit port 3000 in the browser with the machine's IP to see the application

Major application endpoints:

  • /user
  • /user/add
  • /user/edit
  • /user/vehicles
  • /user/vehicles/add
  • /user/vehicles/remove
  • /user/bookings
  • /user/bookings/add
  • /user/bookings/cancel
  • /vehicles

The endpoint result is in JSON format.

About

💻 Node.js web app for facilitating Car pooling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published