Re: Datascript and React.js for a Clojure web app

2014-05-02 Thread Kirstie Cook
dohI had set up the database but hadn't run the migration. Thank you Gjis! On Friday, May 2, 2014 5:11:55 AM UTC-5, Gijs S. wrote: > > > Hi, > > The steps to run on Heroku have been elaborated in the README, including > setting up the database: > https://github.com/thegeez/clj-crud/blob/mas

Re: Datascript and React.js for a Clojure web app

2014-05-02 Thread Gijs S.
Hi, The steps to run on Heroku have been elaborated in the README, including setting up the database: https://github.com/thegeez/clj-crud/blob/master/README.md I've also disabled the ability to change the name of the Admin account, so the Admin/admin login stays valid. -Gijs On Thursday, Ma

Re: Datascript and React.js for a Clojure web app

2014-05-01 Thread Kirstie Cook
very coolI've cloned it to play around with it. It runs locally just fine, but when deploying to heroku I get a 404 not found after trying to login or sign up. is there anything else that needs to be in order to deploy it to heroku? On Wednesday, April 30, 2014 8:32:24 AM UTC-5, Gijs S. wro

Re: Datascript and React.js for a Clojure web app

2014-05-01 Thread blake
Looks good. Is the "admin" login supposed to work? On Wed, Apr 30, 2014 at 6:32 AM, Gijs S. wrote: > Hi all, > > I've released a Clojure web application. It includes a front-end using > DataScript and React.js in ClojureScript. > > More details here: > http://thegeez.net/2014/04/30/datascript_c

Re: Datascript and React.js for a Clojure web app

2014-04-30 Thread Rudi Engelbrecht
Wow Thank you so much for this - I played with the demo on Heroku - and this is a great starter skeleton for someone like myself who wants to build a web app. Please keep up the good work and I like your roadmap tasks in your todo list - they are all relevant and useful for someone like myself.