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
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-hello-api-scala-jvm-sdk
- Owner: commercetools
- License: apache-2.0
- Created: 2016-04-07T09:32:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:13:39.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T14:56:06.381Z (over 1 year ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 1
- Watchers: 83
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```