Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 601 Bytes

Paperhands app backend codebase

Watch WSB tutorial and another one

Requirements

  • sbt
  • make
  • tesseract
  • docker

Usage

  • 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

Dependencies

You need to have tesseract OCR CLI installed and available on your $PATH