Skip to content

RMIT-SEPT/majorproject-2-thurs-18-30-3

Repository files navigation

RMIT SEPT 2020 Major Project

Group THURS-18.30-3

Members

  • CHOU, Minjin (s3641315)
  • DECHATHAWEEWAT, Chatchapat (s3679216)
  • DIETZ, Carl (s3668498)
  • VAN, Danny (s3717353)

Records

Code documentation - Release 0.0.1 - 17/08/2020

  • 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

Code documentation - Release 0.1.0 - 22/09/2020

  • Users can register profile
  • Users can log in to profile
  • Users can edit their profile
  • Users can browse services
  • Admin can add employees

Milestone 3

  • 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 :

  1. cd into each and every microservice (ms_booking, ms_availability, ms_profiles, ms_service) and run :
  2. ./mvnw package && java -jar target/ms_[microservice]-0.0.1-SNAPSHOT.jar
  3. cd into FrontEnd
  4. run "npm install"
  5. run "npm start"