https://github.com/yogthos/kit-ruuter-example
https://github.com/yogthos/kit-ruuter-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogthos/kit-ruuter-example
- Owner: yogthos
- Created: 2022-01-11T23:05:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T23:48:16.000Z (about 4 years ago)
- Last Synced: 2024-10-29T08:22:17.637Z (about 1 year ago)
- Language: Clojure
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```