This project was made with Create React App and Java spring boot.
First you'll have to build both API and Frontend images. Use the following command inside satalia-back
folder to build API:
And the following one inside satalia-front
for the frontend:
After that, running the app is as simple as docker compose up -d
.
Application will be reachable from your web browser at http://localhost:3000
.