This is a simple REST API of a mock bookstore built with spring boot.
- Docker
- Java 17
docker-compose --profile app up
Start service dependencies (database)
docker-compose up
Install project dependencies
mvn install
Start application
mvn spring-boot:run
You must set the spring_profiles_active
ENV variable to the appropriate stage (e.g. prod)