> For the complete documentation index, see [llms.txt](https://docs.eventoframework.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventoframework.com/getting-started/todolist-recq-tutorial.md).

# TodoList - RECQ Tutorial

In this tutorial, you will explore how to design and implement a RECQ Application starting from the Requirement Gathering straight to the REST API implementation in Java using [Evento Framework](/evento-framework/evento-framework-introcution.md) and [Spring Boot](https://spring.io/projects/spring-boot).

### Structure

* Problem Description and Requirement Gathering
* RECQ Payload Design
* RECQ Components Design
* Set up your Development Environment
* RECQ Payload Evento Implementation
* RECQ Components Evento Implementation with Spring Data
* Expose the RECQ architecture with Spring Web
* Test Your App
