Assignments Set-Up
This page details how to prepare for working on the assignments.
The Assignments Repository
There is a git repository that contains the assets you need to perform the assignments.
Download the repository from the 📦 menu and extract the archive to a location on your computer.
Each assignment will start with the instructions to use the repository’s content.
Postman / JetBrains IDEs Request Collections
During some of the assignments, you will be provided with commands that perform requests towards the process engine.
The commands in the instructions use curl to perform the requests.
If you’re more familiar with either Postman or HTTP Requests in one of the JetBrains IDEs and would like to use those instead, collections for the various assignments are available.
That’s all for the set up. Let’s go!