Closed Bradltr95 closed 2 months ago
This PR introduces Docker and PostgreSQL integration to the project to manage persistent data storage.
Added a Docker container for PostgreSQL.
The PostgreSQL image is pulled from DockerHub: https://hub.docker.com/_/postgres.
Configured Spring Data JPA to manage database interactions.
Dependencies managed via the build.gradle file.
Summary
This PR introduces Docker and PostgreSQL integration to the project to manage persistent data storage.
Changes
1. Docker & PostgreSQL Container
Added a Docker container for PostgreSQL.
The PostgreSQL image is pulled from DockerHub: https://hub.docker.com/_/postgres.
2. Spring JPA Integration
Configured Spring Data JPA to manage database interactions.
Dependencies managed via the build.gradle file.
3. Application Properties Configuration