https://github.com/commercetools/commercetools-java-sdk-exam-prep-training
This repo is used during commercetools Java Developer certification exam preparation training
https://github.com/commercetools/commercetools-java-sdk-exam-prep-training
Last synced: 4 months ago
JSON representation
This repo is used during commercetools Java Developer certification exam preparation training
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-java-sdk-exam-prep-training
- Owner: commercetools
- License: mit
- Created: 2023-02-02T16:19:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T16:32:46.000Z (5 months ago)
- Last Synced: 2026-02-02T03:58:33.137Z (5 months ago)
- Language: HTML
- Size: 857 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Start the Application Server
- Create an API Client and a Store in your Composable Commerce project using the Merchant Center.
- Update your API Client in resources/application.properties (rename the file to remove .dist).
- Right click on HandsonApplication file and choose run.
- Open browser and navigate to [localhost:8080](http://localhost:8080/).
## Using Codespace
In case, your local IDE is not set up properly, you can use GitHub Codespace containers as your dev environment. You can either:
- go to https://github.com/codespaces and create a new codespace.
- Visit the repository in GitHub and choose Code --> Codespaces --> Create a new Codespace. It will install Java extension package to set up the project.