Skip to content

SteveFromAccounting/team9sofine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.9%
  • JavaScript 20.3%
  • HTML 12.5%
  • Puppet 6.9%
  • Other 0.4%