...
To begin, clone the vc_up_and_running repository from GitHub. This contains all the necessary files to set up the VC services.
Code Block | ||
---|---|---|
| ||
git clone git@github.com:dc4eu/vc_up_and_running.git |
...
This will create a local copy of the repository on your machine.
...
3. Expose the Datastore API to the Host
In order to To interact with the API from your host machine, you need to expose the relevant service ports. We'll do this by creating create a Docker Compose override file that maps the necessary ports.
...
This will allow you to monitor the internal communications between the services in real-time.
...
Next Steps
- After exploring the Swagger UI, you can interact with the API directly using API clients such as
curl
or Postman. - Modify the service configurations as needed for your environment or development purposes.
...