An open API service indexing awesome lists of open source software.

https://github.com/yogthos/kit-ruuter-example


https://github.com/yogthos/kit-ruuter-example

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# guestbook

Start a REPL in your editor or terminal of choice.

Start the server with:

```clojure
(go)
```

The default API is found at localhost:3000/api

System configuration is found under `resources/system.edn`

Reload changes:

```clojure
(reset)
```