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

https://github.com/commercetools/commercetools-hello-api-scala-jvm-sdk

template to start a Scala commercetools project with the commercetools JVM SDK
https://github.com/commercetools/commercetools-hello-api-scala-jvm-sdk

Last synced: over 1 year ago
JSON representation

template to start a Scala commercetools project with the commercetools JVM SDK

Awesome Lists containing this project

README

          

# commercetools-hello-api-scala-jvm-sdk
template to start a Scala commercetools project with the commercetools JVM SDK

## Run

Add your project key, client id and secret to `src/main/resources/application.conf`.

### Build Tool sbt

Make sure you have sbt installed.

### Usage

```bash
$ sbt run
```