Simple table app with a react frontend and spring boot backend.
docker version ge 23.0.1
docker-compose up --build
The application will be served on the out port for the table-ui image which is port 4000
Navigate to http://localhost:4000
docker-compose up -d --no-deps --build <service_name>
mvn clean install
java -jar -Dspring.profiles.active=dev target/table-backend-0.0.1-SNAPSHOT.jar
npm start
Note that we are using postgres image and the name of the database is tabledb
docker exec -it <pg-container-id> sh
psql
\c tabledb