This repo is going to be used to teach us about Docker + GitHub Actions. The repo contains 2 projects:
backend
: A Spring Boot v3 REST API built with Mavenfrontend
: A React v18 Single Page Application that talks to thebackend
API
Instructions for running these projects can be found in the appropriate directories.
Now that we have Docker Compose set up, we can run both services with:
docker compose up
Note: At this point, we only have the backend set up with docker compose, and will need to add the config for the frontend image.