therabbithole
therabbithole copied to clipboard
Took a look at your project...
I'm trying to work with Node, Express, Mongoose and Jasmine-Node - similar to what you're dong. I tried to run the app - How do you seed it with users?
I got to your app from a gist in this blog post... http://blog.learnboost.com/blog/mongoose/ Do you know of any good references for working with node/jasmine/mongoose together?
--Thanks for any info!
I'll be the only user so I just added it to the database once with some throwaway code
I haven't really found any good references for the node/jasmine/mongoose combination, so I'm just experimenting and feeling it out basically :)