jupl / closcri

ClojureScript Boilerplate
2 stars 2 forks source link

System, buddy, Postgres #1

Open coyotespike opened 7 years ago

coyotespike commented 7 years ago

Hi, thanks for making this project!

I really like that you've figured out reagent and DevCards with Boot.

I'm going to do nearly the same thing, so I can jumpstart any app quickly. On my goodies list would be a backend with an authentication system like Buddy, and a database like Postgres. Also re-frame on the front end, but if reagent is there the infrastructure isn't hard to put in.

I understand the Boot community often uses Stuart Sierra's Components library or the System library to run a backend. I'm learning these libraries now.

If/when I figure out how to incorporate these, I'll let you know, or of course if you added those features that'd be fantastic for my lazy fingers.

jupl commented 7 years ago

Thanks! It took a while to mess around to get things going. This originally was a sort of test bed to introduce myself to Clojureland and explore, but I'll probably refine this further. I'm planning to probably make another repo or two that has more fleshed out options and use this as a base for Clojure/ClojureScript.