Back-end for IFSP SPO Event Platform
-
Clone this repo
-
Install Open JDK 17
-
Install PostgreSQL 14
-
Set env vars:
DATASOURCE_URL
: PostgreSQL Datasource URL ex:jdbc:postgresql://localhost:5432/event_platform
DATASOURCE_USERNAME
: PostgreSQL database usernameDATASOURCE_PASSWORD
: PostgreSQL database password
- Run with gradle wrapper:
./gradlew bootRun
- Java application - JDK 17
- Spring Boot 2.7.1
- PostgreSQL 14