/santa-email

Secret Santa Email 🌲

Primary LanguageScalaApache License 2.0Apache-2.0

Secret Santa Email

Instructions

Check here

Build and run locally

  1. Edit the configuration file (e.g. conf/prod.conf).
  2. Using SBT and Docker, publish the image locally and run the container.
$ sbt docker:publishLocal

$ docker run -d -p 9000:9000 \
--restart unless-stopped \
--name santa \
radusw/santa-email:1.0 "conf/prod.conf"

$ docker logs santa --follow

$ curl http://localhost:9000/api/version
  1. Open the browser and go to http://localhost:9000/app.