Fork me on GitHub
#luminus
<
2021-09-24
>
John Bradens18:09:21

I've been following the book Web Development with Clojure 3rd edition and trying to deploy the app to Heroku. I got the app to show up on Heroku, but I can't figure out how to make the database work. Meaning I just see "loading messages..." on the home page and cannot log in or anything. I added the postgres plug-in following the steps from the book. Any advice? What changes do I need to make to my config file? I am also trying to run heroku run lein run migrate but having issues.