Skip to content

jabrena/akka-http-hello-world-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Http: Hello World Example

This is an Akka HTTP hello-world example compatible with Heroku.

Usage

To run locally (at 0.0.0.0:8080/v1/hello):

  1. Compile the app: sbt compile stage
  2. Run: ./target/universal/stage/bin

To run using locally using heroku (same local address):

  1. Compile the app: sbt compile stage
  2. Run: heroku local web

Tests

Run the tests: sbt test

Live example

See a live example here.

Authors

License

For more information see the LICENSE.md file.

About

Akka HTTP hello-world example compatible with Heroku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%