-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ProgrammingProject1-2021/develop
Update readme
- Loading branch information
Showing
1 changed file
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,34 @@ | ||
# Programming Project - Frontend | ||
# Programming Project - Frontend - Group 8 | ||
|
||
## Members | ||
* CHOU, Minjin (s3641315) | ||
* DECHATHAWEEWAT, Chatchapat (s3679216) | ||
* VAN, Danny (s3717353) | ||
* KAUR, Surinder (s3785282) | ||
* LIM, Joey (s3596302) | ||
|
||
## Records | ||
|
||
* Github repository : https://github.com/ProgrammingProject1-2021/Frontend | ||
* Deployed project: http://frontend-dev22.ap-southeast-2.elasticbeanstalk.com/ | ||
|
||
## 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" | ||
|
||
|
||
|
||
url link for github: https://github.com/ProgrammingProject1-2021/Frontend | ||
url link for deployed project: http://frontend-dev22.ap-southeast-2.elasticbeanstalk.com/ |