Skip to content

RMIT-SEPT/majorproject-7-tues-14-30-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMIT SEPT 2020 Major Project

Group 07 - Scrum Of The Earth

Members

  • ACKLAND, Callum (s3791362)
  • VONG, Adrian (s3721092)
  • WALTERS, Matthew (s3780012)
  • HUY, Sovatharo (s3783867)
  • PIRRONE, Giacomo (s3658746)

Records

Build

  • To build the Application using Maven 3, enter the following commands into the terminal when in the "spring-boot-api" directory (the 'cd' command will help navigate the project directories):
mvn package
OR
mvn install

Run

  • To run the program as a non-developer, please use the url link above to access the AWS Front End of our application
  • To run the application as a developer, do the following:
    • To run the back-end (assuming your using IntelliJ IDEA), click the "run 'SpringBootApiApplication'" button noted by the green arrow in the top right-hand corner:

    • To run the front-end, type the following command into the terminal when in the "react-web-app" directory:

      npm start