https://github.com/devsoft112/symmetrical-octo-spork
https://github.com/devsoft112/symmetrical-octo-spork
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsoft112/symmetrical-octo-spork
- Owner: devsoft112
- Created: 2024-03-18T18:51:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T18:57:26.000Z (over 2 years ago)
- Last Synced: 2024-12-27T12:12:02.648Z (over 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoreApp Java Starter Kit
An example project to help you connect to the MoreApp API.
## Run
Change the `apiKey` and `customerId` fields in `src/main/resources/com/moreapp/starterkit/api.properties` and run;
```
./gradlew runExample
```