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

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

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
```