Skip to content

ovats/heroku-akka-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Http and Heroku

This is a sample for deploying a Rest API implemented using Akka Http and deployed in Heroku. This is a sbt multi-proyect.

The multi-proyect is based in this example.

The Akka Http and the necessary steps required to deploy it in Heroku are based in this example.

Endpoints

There is only one endpoint:

GET /

You can test it using curl:

curl http://localhost:8080

It will return the following message:

This is a rest api with akka http deployed in heroku

To run in your local env using sbt

sbt api/run

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages