Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 865 Bytes

Welcome to Team 9's awesome project

Back End

What you need:

Getting set up:

  • Start your postgres database
  • In src/main/resources, use the two scripts to create the database, user and tables. Must be run manually at the moment.

Running during normal development:

All of the following are to be run from the project root directory

  • 'mvn spring-boot:run' - will run the back end on port 8080
  • 'mvn package' - will build the fat jar with the embedded tomcat server
  • Once the fat jar is built, can run using 'java -jar ${jarName}'

While the service is running, you can see some basic back end swagger API documentation at