https://github.com/innfactory/smithy4play-example
Smithy Example based on Play2 with smithy4play
https://github.com/innfactory/smithy4play-example
Last synced: 2 months ago
JSON representation
Smithy Example based on Play2 with smithy4play
- Host: GitHub
- URL: https://github.com/innfactory/smithy4play-example
- Owner: innFactory
- Created: 2022-10-18T08:36:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T00:39:17.000Z (3 months ago)
- Last Synced: 2026-04-01T15:06:23.799Z (3 months ago)
- Language: Scala
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smithy4play-example
## Getting Started
You need Java 11, sbt and a GITHUB_TOKEN in your environment variables with package:read access.
## run locally
```bash
sbt run
```
## run tests
```bash
sbt test
```