REST API service used for users and companies management, along with their interconnections
- Set up a local PostgreSQL database:
docker compose up db
- Start the server with:
./gradlew bootRun
- Execute tests via:
./gradlew test
REST API service used for users and companies management, along with their interconnections
docker compose up db
./gradlew bootRun
./gradlew test