danieljharvey / scala-egg-server

Scala-based levels server for It Is The Egg
0 stars 0 forks source link

scala-egg-server

Scala backend for It Is The Egg

Very much a work in progress and learning exercise for Scala - plan is to replace the PHP backend from that project with this.

DB settings

You will need to copy /src/main/resources/application.properties.example to application.properties and add your local DB credentials to get things up and running.

Build & Run

$ cd Egg_Server
$ ./sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.