Wireframes can be seen inside wireframes folder.
How to start:
- Start the mogodb server
- cd into the project directory and type
nohup npm start &
- 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.