File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -150,18 +150,19 @@ See [CHANGELOG](https://github.com/metosin/compojure-api/blob/master/CHANGELOG.m
150150
151151## More samples
152152
153- https://github.com/metosin/compojure-api/tree/master/examples
154-
155- Nice full app: https://github.com/yogthos/memory-hole
153+ * official samples: https://github.com/metosin/compojure-api/tree/master/examples
154+ * great full app: https://github.com/yogthos/memory-hole
155+ * 2.0.0 sample: https://github.com/metosin/c2
156+ * RESTful CRUD APIs Using Compojure-API and Toucan: https://www.demystifyfp.com/clojure/blog/restful-crud-apis-using-compojure-api-and-toucan-part-1/
157+ * clojurice, An opinionated starter app for full-stack web applications in Clojure: https://github.com/jarcane/clojurice
158+ * Web Development with Clojure, Second Edition: https://pragprog.com/book/dswdcloj2/web-development-with-clojure-second-edition
156159
157160To try it yourself, clone this repository and do either:
158161
1591621 . ` lein run `
1601632 . ` lein repl ` & ` (go) `
161164
162- ## Quick start for new project
163-
164- Clone the [ examples-repository] ( https://github.com/metosin/compojure-api-examples ) .
165+ ## Quick start for a new project
165166
166167Use a Leiningen template, with or without tests:
167168
You can’t perform that action at this time.
0 commit comments