Skip to content

linden-honey/linden-honey-scraper-java

Repository files navigation

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