Service | Description |
---|---|
db | Database |
db-admin | DB admin utility |
bff | Back-end for front-end |
spa | Web-server with single page application |
- DB
- BFF
- Java
- Spring, including Spring Boot, Spring Data
- Swagger
- SPA
- Infrastructure
- CI/CD by GitHub Actions
- Docker, including Docker Compose
- nginx
docker-compose build
If you don't want to build local images, then you can download it from GitHub Container Registry and run it:
docker-compose pull
docker-compose up spa
then open http://localhost:8080