Exercise: To-do List

This example describes design of a to-do list app, including microservices, data structure, UI and API implementations.

Examples provided within this section provide details of building a new App, with:

  • To-do List Runner: Development and deployment of a new microservice for CRUD operations on a todo MongoDB collection

  • To-do List Gateway: Configuration of an existing gateway to map external requests to the new CRUD microservice

  • To-do List UI: Definition of source, data structure and UI components to allow interaction with the to-do list from admin UI

  • To-do List Query: Extension of the basic To-do List features to allow search and display of todo list results

Last updated