datahike-heroku icon indicating copy to clipboard operation
datahike-heroku copied to clipboard

clj-template for a web app running on Heroku using datahike with postgres

Results 3 datahike-heroku issues
Sort by recently updated
recently updated
newest added

I'm pretty new to this and want to create a new project from the template. Using the command: ``` clj -X:new create :template "https://github.com/kommen/datahike-heroku@1ad6b45a6ee49a785f34ba9f12b10db3cae80399" \ :name howest/testapp ``` returns the...

This starter kit runs beautifully locally, but at least for me, the build + startup time on Heroku is exceeding 60 seconds, which causes Heroku to throw the following error:...

I set up your template and was able to navigate to my app on heroku's servers, but when I try to connect to a repl with `heroku lein run repl`...