Skip to content

sourcecode-group-d/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend

Starter Guide:

To run the server application,

  1. clone down this repo.

  2. 'cd' into the cloned repository in your terminal

  3. Make sure you have modified the applicaton.properties file with your own environment variables:

spring.datasource.url=${DATABASE_URL} spring.datasource.username=${DATABASE_USERNAME} spring.datasource.password=${DATABASE_PASSWORD} spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true server.port=8080

  1. Run the command:

./gradlew bootrun

Archeticture

img