Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamka1/akka-http-starter-kit
Hello World example using Akka Http.
https://github.com/shivamka1/akka-http-starter-kit
akka-http scala
Last synced: about 8 hours ago
JSON representation
Hello World example using Akka Http.
- Host: GitHub
- URL: https://github.com/shivamka1/akka-http-starter-kit
- Owner: shivamka1
- License: mit
- Created: 2019-03-24T09:50:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T08:47:58.000Z (over 3 years ago)
- Last Synced: 2025-01-13T06:20:52.964Z (6 days ago)
- Topics: akka-http, scala
- Language: Scala
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-http-starter-kit
Hello World example using Akka Http.## Dev
```
$ cd akka-http-starter-kit
$ sbt> universal:stage
```## Build Package
```
$ cd akka-http-starter-kit
$ sbt> universal:packageBin
```## Start API Server
```
$ cd target/universal
$ unzip akka-http-starter-kit-1.0-SNAPSHOT.zip
$ cd akka-http-starter-kit-0.1.0-SNAPSHOT
$ bin/start.sh
$ tail -f logs/stdout.log
```## Test
```
$ curl http://127.0.0.1:8080/
Hello World!
```