how to run:
- Checkout the repository
- Create
.env
file and declare environment variables:DATABASE_NAME
DATABASE_USER
DATABASE_USER_PWD
- Execute command
docker-compose up
- Make
GET
request tohttp://localhost:8888/queens/{queenNum}/solutions
, where{queenNum}
refers to chessboard size and queens