Learn how to do common tasks in the To-Do Service app through this step-by-step tutorials.
Before you start any tutorial, it’s important to set up your development system. You only need to do this setup once per development system.
Once your system is ready, you can follow these tutorials to perform common tasks:
The API reference documentation provides detailed descriptions of the service’s resources.
The API reference docs refer to a {base_url} when mentioning the URL of a resource. The {base_url} value depends on the installation of the service. When run locally for testing, the {base_url} is generally http://localhost:3000
.
Detailed information about the user resource.
Detailed information about the task resource.