A Scala mail to threaded messaging microservice
- 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 withtarget/universal/stage/bin/postman
- Keep it simple, refactor...
- Add tests