TodoList - RECQ Tutorial
Design and Implement a RECQ Todo List App
Last updated
Design and Implement a RECQ Todo List App
Last updated
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 and .
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