From cbec89beb0abfa57590f635f1fc64c8937dfeaec Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 11 Jan 2022 22:10:02 -0500 Subject: [PATCH] update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4179e9e..92f77f1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ A nREPL server will be started which can be connected to on port 7000 (configure The web service's endpoints will be accessible over port 8080 (again, configured via the aforementioned `config.edn`). The Swagger UI page will be available at `/api-docs/` e.g. http://localhost:8080/api-docs/ +## Other Templates! + +I have a few other "simple" Leiningen project templates that are along the same vein as this one: + +* [Simple Clojure App](https://github.com/gered/simple-app-template) - Very simple starter base for non-web projects. +* [Simple Clojure Web Site](https://github.com/gered/simple-web-site-template) - For web sites using only server-side rendered HTML (**no** ClojureScript!). +* [Simple Clojure / ClojureScript Web App](https://github.com/gered/simple-web-app-template) - For web apps using Clojure and ClojureScript. + ## License Copyright © 2021 Gered King