couchbaselabs / beersample-node

Sample web application using node.js, couchnode and libcouchbase to access couchbase server.
8 stars 9 forks source link

adding npm script, env vars for couchbase and PORT, and fixing typo rc. #6

Open aminjam opened 9 years ago

aminjam commented 9 years ago
aminjam commented 8 years ago

No Activity.

ingenthr commented 8 years ago

sorry about that @aminjam, we shifted to the travel sample some time ago and don't really maintain this one.

ingenthr commented 8 years ago

@brett19 can you give this a quick lookover and merge if possible?

brett19 commented 8 years ago

Hey Matt,

Some of these things seem reasonable, however there is one commit which is importing a huge amount of stuff into the repo (the one merging node_modules). This bloats the repository, but also causes a problem as some of the files which are checked in are platform-specific. I'll see if I can rebase and merge the rest though.

Cheers, Brett