management tool for equipment and book rental
$ docker compose -f .\compose-dev.yml up --build
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 also execute build shell script
$ sh scripts/build.sh
And start development
$ sh scripts/up.sh
You can test this project
$ docker-compose -f docker/test/docker-compose.yml up --abort-on-container-exit
Or you can also execute test shell script
$ sh scripts/test.sh
docker-compose up --no-deps --build
docker-compose down -v
The task list is in issue
- Fork it ( https://github.com/traPtitech/booQ )
- Create your feature branch (git checkout -b issue-{{number}}) e.g.
issue-1
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin issue-{{number}})
- Create new Pull Request