Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 627 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 627 Bytes

Postman Coverage Status Build Status

A Scala mail to threaded messaging microservice

Commands

  • Run with auto-reload: sbt ~re-start
  • Run test with coverage: sbt clean coverage test
  • Create coverage report: sbt coverageReport
  • Production compile: sbt compile stage and then run with target/universal/stage/bin/postman

TODO:

  • Keep it simple, refactor...
  • Add tests