couchbaselabs / beersample-node

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

note about installing dependencies and URL update #2

Closed brianshumate closed 8 years ago

brianshumate commented 10 years ago

I thought it might be worth having explicit instructions to install the beersample-node dependencies prior to executing the node beer.js --setup step.

Also, there doesn't appear to be any route handling for / so I've updated the URL to include /welcome which seems to be the right thing there.

Thanks!