Connect Frontend to Backend
WHAT
After completing #3 (closed), I need to connect the frontend to the backend. Most likely looking at using docker-compose
to start all three images (Vue, Spring, and CockroachDB) at once and connecting them with a network. Technically four if you include the CAS server.
WHY
The services need to access each other to provide an optimum user experience.