Skip to content

Add a skeleton backend#24

Merged
ebouchut merged 2 commits into
devfrom
feat-add_backend
May 25, 2026
Merged

Add a skeleton backend#24
ebouchut merged 2 commits into
devfrom
feat-add_backend

Conversation

@ebouchut
Copy link
Copy Markdown
Owner

  • Add skeleton Spring Boot application (backend).
  • Add docker-compose configuration to run Postgres 17 container
  • Add init script to create application database and database user on first container
  • Update documentation

ebouchut added 2 commits May 25, 2026 10:47
- Add skeleton SpringBoot App
- Add docker compose config file that runs a container with a Postgres
version 17 public image downloaded from Docker Hub.
- Add an init script to create the app database and database user that
  runs on first container start.
Copilot AI review requested due to automatic review settings May 25, 2026 08:49
@ebouchut ebouchut self-assigned this May 25, 2026
@ebouchut ebouchut added documentation Improvements or additions to documentation enhancement New feature or request database dependencies infrastructure labels May 25, 2026
@ebouchut ebouchut added this to the DWWM Certification milestone May 25, 2026
@ebouchut ebouchut merged commit 7a7368c into dev May 25, 2026
1 of 2 checks passed
@ebouchut ebouchut deleted the feat-add_backend branch May 25, 2026 08:51
@ebouchut ebouchut review requested due to automatic review settings May 25, 2026 09:10
@ebouchut ebouchut linked an issue May 25, 2026 that may be closed by this pull request
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

database dependencies documentation Improvements or additions to documentation enhancement New feature or request infrastructure

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat(infra): Set up PostgreSQL 17 as a Docker container

1 participant