/todos

Primary LanguageJava

Howdy and Welcome

What is this?

Simply put its a uService app build in Spring Boot using the Todo as a domain model. The "Todo" is well understood which makes it useful for reasoning about and comparing frameworks. For example TodoMvc is a resource developers can use to evaluate frontend frameworks against a concise and consistent model.

alt text

alt text

Playground

todos-edge

Todo(s) Edge is an edge for other Todo apps and serves as a client entry-point into functionality.


todos-webui

A sample frontend Vue.js app wrapped in Spring Boot goodness.


todos-api

A sample Spring Boot service that uses spring-boot-starter-web to implement a Spring MVC based REST API for Todo(s)


todos-redis

A sample Spring Boot service that uses JPA and Spring Data Redis to cache data.


todos-postgres

A sample Spring Boot service that that provides data persistence in a postgres DB using JPA.