Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/akka-http-starter-kit
Hello World example using Akka Http.
https://github.com/shivam-880/akka-http-starter-kit
akka-http scala
Last synced: 7 days ago
JSON representation
Hello World example using Akka Http.
- Host: GitHub
- URL: https://github.com/shivam-880/akka-http-starter-kit
- Owner: shivam-880
- License: mit
- Created: 2019-03-24T09:50:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T08:47:58.000Z (about 3 years ago)
- Last Synced: 2024-10-08T19:03:49.318Z (28 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!
```