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

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

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.