Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 443 Bytes

Praise System Backend

Steps for running backend locally:

1. Add Ethereum address for admin access

Edit /Backend/src/main/resources/application-local.yaml

2. Terminal 1, run PostgreSQL

docker compose -f docker-compose-local.yml up

3. Terminal 2, run backend

sudo ./gradlew bootRun --args='--spring.profiles.active=local'