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
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-web-sbt-play-api-param-hello-world
- Owner: bearddan2000
- Created: 2022-04-09T21:09:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T21:09:23.000Z (about 4 years ago)
- Last Synced: 2025-03-24T11:29:08.487Z (about 1 year ago)
- Topics: api, hello, param, play, sbt, scala, web, world
- Language: Shell
- Homepage: https://github.com/bearddan2000/scala-web-sbt-play-api-param-hello-world
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)