Skip to content

radusw/santa-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.