guestbook
guestbook copied to clipboard
guestbook example
## Expected behavior Run guestbook example ## Observed Failed (logs below) ## Steps to reproduce ```bash lein new luminus guestbook +h2 +immutant cd guestbook lein run ``` ## Logs ```...
I've been working through the first chapter and without any major issue when I came across the part in chapter 1, page 15 wherein the HTTP routes are defined and...
I can’t figure out how to run tests that use a test database from my cider-repl. `lein test` works as intended, for what it's worth. But when I run the...
I must be wrong here because someone would have caught this before. So, I would appreciate some clarification in my logic. //Lawrence guestbook.routes.home calls "db/save-message!" but [guestbook.db.core :as db] does...