A public bus transportation booking service.
User Interface WayFarer
- HTML.
- CSS.
- POST /auth/signup User sign up
- POST /auth/signin User Authentication
- POST /trips Create a trip
- GET /trips Fetch all created trips
- GET /trips/:id Get a specific trips by id
- PATCH /trips/:id Cancel a trip
*Javascript*
*NodeJS* *Express*
``
Heroku
[Node Package Installer - NPM]
After cloning the repo, cd to the base directory then type the command
> npm install
Version 1.0.0