Backend for Snowbee. Written in Scala using Scalatra as the REST framework.
Link to website repository (http://snowbee.byakuren.pw)
Link to discord bot repository
docker build -t snowbee:api .
docker run -p 8080:80808 snowbee:api
$ cd snowbee-api
$ sbt
> Jetty / start