/linden-honey-go-scraper

Web scrapper for the lyrics of Yegor Letov - GoLang Edition

Primary LanguageGoMIT LicenseMIT

Linden Honey GoLang Scrapper

Web scrapper for the lyrics of Yegor Letov - GoLang Edition

Technologies

Usage

Local

Start application:

go run main.go

Go lint

Use go linter:

go get golang.org/x/lint/golint
golint ./...

Rest API

  • / hello
  • /songs letov songs

Docker

Bootstrap db using docker-compose:

docker-compose up

Stop and remove containers, networks, images, and volumes:

docker-compose down