# 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](https://docs.eventoframework.com/evento-framework) 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
