- See docker-compose.yml for the database connection details
- Run PostgreSQL using docker-compose
docker-compose up -d
- Data model and seeded data is in init.sql
- If you change init.sql then run to see the changes
docker-compose down docker-compose up -d
- Run the application (DemoApplication class) using the following command or using your IDE
./gradlew bootRun
- Test the controller using generated-request.http file!