Ride-My-Way is a carpooling application that provides drivers with the ability to create ride offers and passengers to join available ride offers.
Ride-My-Way is a carpooling application that provides drivers with the ability to create ride offers and passengers to join available ride offers.
Endpoint | Functionality |
---|---|
POST /auth/signup | Register a user |
POST /auth/login | Login a user |
GET /rides | Fetch all available rides |
GET /rides/\ |
Fetch the details of a single ride |
POST /users/rides | Create a Ride offer |
POST /rides/\ |
Make a ride request |
GET /users/rides/\ |
Feth all ride requests |
PUT /users/rides/\ |
Accept or Reject a ride request |
clone repo and cd into directory
git clone https://github.com/lauragift21/Ride-My-Way.git
# install dependencies
yarn install # or npm install
#serve in development environment
yarn run dev
# build for production
yarn run build
# Run test cases
yarn test
API Endpoint: https://ride-my-way-server.herokuapp.com/api/v1
UI Template: https://lauragift21.github.io/Ride-My-Way/UI/index.html
Ride My Way is MIT licensed