reitit/examples/ring-integrant
Joel Kaasinen 373ea9bb62
Some checks are pending
testsuite / Clojure 11 (Java 11) (push) Waiting to run
testsuite / Clojure 11 (Java 17) (push) Waiting to run
testsuite / Clojure 11 (Java 21) (push) Waiting to run
testsuite / Clojure 11 (Java 25) (push) Waiting to run
testsuite / Clojure 12 (Java 11) (push) Waiting to run
testsuite / Clojure 12 (Java 17) (push) Waiting to run
testsuite / Clojure 12 (Java 21) (push) Waiting to run
testsuite / Clojure 12 (Java 25) (push) Waiting to run
testsuite / ClojureScript (push) Waiting to run
testsuite / Lint cljdoc.edn (push) Waiting to run
testsuite / Check cljdoc analysis (push) Waiting to run
Release 0.10.0
2026-01-09 10:07:15 +02:00
..
dev Add integrant repl for better development experience 2019-10-27 20:15:54 +02:00
src/example Add integrant repl for better development experience 2019-10-27 20:15:54 +02:00
.gitignore Add an example project with integrant 2019-10-27 20:15:54 +02:00
project.clj Release 0.10.0 2026-01-09 10:07:15 +02:00
README.md Add integrant repl for better development experience 2019-10-27 20:15:54 +02:00

Ring Reitit example

A Sample project with ring and reitit.

Usage

Run Ring server in command line:

lein run

Run Ring server in the REPL

lein repl
> (go)

Go with browser to:

License

Copyright © 2017-2018 Metosin Oy