API for books services.
The application provides opportunities to create and save data about books and their categories.
git clone https://github.com/allitov/books-api.git
cd books-apidocker-compose --file ./docker/docker-compose-default.yaml up -ddocker-compose --project-name="books-api" downdocker-compose --file ./docker/docker-compose-demo.yaml up -ddocker-compose --project-name="books-api-demo" downdocker-compose --file ./docker/docker-compose-env.yaml up -ddocker-compose --project-name="books-api-env" downTo familiarize yourself with the application's API and see example queries, you can refer to the interactive Swagger documentation (available only after launching the application).