An open API service indexing awesome lists of open source software.

https://github.com/rblcoder/bookstore


https://github.com/rblcoder/bookstore

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bookstore

## To access swagger ui
Use http://localhost/swagger-ui.html

## Dockerizing Spring boot
Commands:

docker image build -t bookshop .

docker run -it -d -p 80:80 IMAGE_ID --server.port=80

Reference:

https://blog.devgenius.io/dockerizing-spring-app-with-gradle-3b6fbd650bf7