From 61945adddf5ee00fa2b6f9c0388b21790fec3054 Mon Sep 17 00:00:00 2001 From: Michael Salihi Date: Tue, 13 Oct 2020 23:47:10 +0200 Subject: [PATCH] One more Reitit project example Adding on todo backend with Reitit on https://www.todobackend.com/ website. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb8a398c..45aeb0ea 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ All examples are in https://github.com/metosin/reitit/tree/master/examples * [startrek-ui](https://git.sr.ht/~dharrigan/startrek-ui) * https://www.learnreitit.com/ * Lipas, liikuntapalvelut: https://github.com/lipas-liikuntapaikat/lipas +* Implementation of the Todo-Backend API spec, using Clojure, Ring/Reitit and next-jdbc: https://github.com/PrestanceDesign/todo-backend-clojure-reitit ## More info