An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/scala-web-sbt-play-api-param-hello-world

A call to playframework web api
https://github.com/bearddan2000/scala-web-sbt-play-api-param-hello-world

api hello param play sbt scala web world

Last synced: about 1 month ago
JSON representation

A call to playframework web api

Awesome Lists containing this project

README

          

# scala-web-sbt-play-api-param-hello-world

## Description
A call to playframework web api
with a value.

## Tech stack
- scala
- sbt
- play

## Docker stack
- hseeberger/scala-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10

## To run
`sudo ./install.sh -u`
End points
- http://localhost
- http://localhost/John

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
[Code based on](https://www.baeldung.com/java-intro-to-the-play-framework)