management tool for equipment and book rental
$ docker compose up --build --watch
Now you can access to http://localhost:8080
for booQ
And you can access booQ MariaDB by executing commands
docker compose exec db bash
and mysql -uroot -ppassword -Dbooq
You can test this project
$ docker compose -f docker/test/docker-compose.yml up --abort-on-container-exit
docker compose up --no-deps --build
docker compose down -v