Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 927 Bytes

Akka Starter Kit in Scala

Basic Boilerplate for Starting up your APIs in Scala.

Also, using Gradle, not sbt (Phew ☺️).

Powered By

Sample Routes

  • /ping
  • /sample
  • /sample/get
  • /sample/post
  • /sample/combo
  • /sample/exception

Building with Docker

  • Run sh build.sh or use the docker build command docker build . -t akka_starter to build.

Notes:

  • Ensure you have Scala plugin installed with Intellij.
  • Application depends on the env variable ENVIRONMENT.
  • By default the server runs on port 80 for production and 8080 for others.