Watch WSB tutorial and another one
- sbt
- make
- tesseract
- docker
- bring compose up
make compose-reset
- this should fix permissions in docker folder - run migrations
make flyway-migrate
- run scraper
make run-scrape
- run http server
make run-server
- dev auto restart:
make sbt
~reStart server
- or
~reStart scrape
You need to have tesseract
OCR CLI installed and available on your $PATH