Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.48 KB

File metadata and controls

68 lines (44 loc) · 1.48 KB

Linden Honey Scraper

Lyrics scraper service powered by Spring Boot

build version coverage tag

Technologies

Usage

Local

Build application artifacts:

./gradlew build

Build application artifacts (without tests):

./gradlew build -x test

Run tests:

./gradlew test

Run application:

./gradlew bootRun

Docker

Require already built application artifacts

Bootstrap full project using docker-compose:

docker-compose up

Bootstrap project excluding some services using docker-compose:

docker-compose up --scale [SERVICE=0...]

Stop and remove containers, networks, images:

docker-compose down

Application instance

https://linden-honey-scraper-java.herokuapp.com