- s3662044
- s3667115
- s3785546
- s3656436
- Github repository :https://github.com/DichenHu/major-assignment
- jira Board : https://ahwm.atlassian.net/jira/software/projects/ROO/
- Google Docs : https://drive.google.com/drive/folders/1dNJyPFDSK2lpJ1XN-IUrqnpaW5lf_W6l?usp=sharing
- feature 1
- feature 2
- feature 3
To run the application locally :
- cd into each and every microservice (ms_booking, ms_availability, ms_profiles, ms_service) and run :
- ./mvnw package && java -jar target/ms_[microservice]-0.0.1-SNAPSHOT.jar
- cd into FrontEnd/myfirstapp
- run "npm install"
- run "npm start"