https://github.com/bearddan2000/scala-web-sbt-play-api-hello-world
A POC playframework web api.
https://github.com/bearddan2000/scala-web-sbt-play-api-hello-world
api hello play sbt scala web world
Last synced: about 2 months ago
JSON representation
A POC playframework web api.
- Host: GitHub
- URL: https://github.com/bearddan2000/scala-web-sbt-play-api-hello-world
- Owner: bearddan2000
- Created: 2022-04-02T13:40:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T13:40:48.000Z (about 4 years ago)
- Last Synced: 2025-01-29T16:43:00.762Z (over 1 year ago)
- Topics: api, hello, play, sbt, scala, web, world
- Language: Shell
- Homepage: https://github.com/bearddan2000/scala-web-sbt-play-api-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-hello-world
## Description
A POC playframework web api.
## 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`
Available at http://localhost
## 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)