jackmacdougall / SYSC4806-TeamJORA

0 stars 2 forks source link

#29 create groups #36

Closed jackmacdougall closed 4 years ago

jackmacdougall commented 4 years ago

Please review and comment and feel free to ask questions. I want you all to have a thorough understanding of the full stack.

I have set up a postgre database that persists the data. You need to download Postgre on you local machine and set up the database in order for the application to run. I have attached a pdf that can help you configure it, just know that for windows, the command to start running the database server is "pg_ctl -D "Directory for the Postgre data folder" start.

SYSC 4806 – Optional Lab - PostgreSql.pdf

If you don't want to set it up right now, just get rid of the first four lines in application.properties

andrew-vicencio commented 4 years ago

Looks good

jackmacdougall commented 4 years ago

Since everyone approved of the pr without any qualms, I will merge it.

jackmacdougall commented 4 years ago

Sorry, accidently closed it to early, needed to reopen to merge it to master first