Skip to content

A basic NodeJS API shell that uses Couchbase for a NoSQL data store.

License

Notifications You must be signed in to change notification settings

joshboley/shell-node-couch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-node-couch

A basic NodeJS API shell that uses Couchbase for a NoSQL data store.

Running the Project

  1. Clone the repo to some directory and run npm install.
  2. Make sure you have Couchbase installed.
  3. In the config files, make sure you're pointing at the appropriate couchbase cluster(s).
  4. Open Terminal, cd to the appropriate directory and run node server.js. To avoid doing this every time you make a change, use something like nodemon.
  5. To run in a specific configuration, just set the NODE_ENV before running the server i.e., NODE_ENV=<configuration> node server.js

About

A basic NodeJS API shell that uses Couchbase for a NoSQL data store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published