- CHOU, Minjin (s3641315)
- DECHATHAWEEWAT, Chatchapat (s3679216)
- DIETZ, Carl (s3668498)
- VAN, Danny (s3717353)
- Github repository :https://github.com/RMIT-SEPT/majorproject-2-thurs-18-30-3
- Trello Board : https://trello.com/b/ZqCYIKzv/agile-sprint-board
- Google Docs : https://drive.google.com/drive/folders/16Aw59ut0WHV8Cs4FAFMkFHF8P1IxIVcF
- Skeleton frontend code with barebones web seign for future improvement.
- Prototype Employee and Service lists
- Dummy API for use in testing
- Backend foundations for bookings microservice
- Users can register profile
- Users can log in to profile
- Users can edit their profile
- Users can browse services
- Admin can add employees
- Final submission
- Implemented A-3, A-4, A-6, A-5, C-2, E-1
- Final report and documentation included
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
- run "npm install"
- run "npm start"