Skip to content

Files

Latest commit

e7999ff · May 30, 2021

History

History
34 lines (25 loc) · 809 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 809 Bytes

Programming Project - Frontend - Group 8

Members

  • CHOU, Minjin (s3641315)
  • DECHATHAWEEWAT, Chatchapat (s3679216)
  • VAN, Danny (s3717353)
  • KAUR, Surinder (s3785282)
  • LIM, Joey (s3596302)

Records

Code documentation - Release 1.0.0 - 30/05/2021

  • Functioning map
  • Users can register profile
  • Users can log in to profile
  • Admin can add vehicles
  • Admin can delete vehicles
  • Users can view all available vehicles
  • Users can view past history
  • Users can book vehicles
  • Users can view the map
  • Users can book vehicles through the map

To run the application locally :

  1. cd into FrontEnd
  2. run "npm install"
  3. run "npm run dev"