Skip to content

debdutto/scala-akka-gradle-starter

Repository files navigation

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.

About

Basic Boilerplate for Starting up your APIs in Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published