4rd version of the planbook! First was Java, Second was Python, now fully in Node and Javascript!
- install node.js.
- install mongodb.
git clonethe repo into a directory.- run
npm updateinside the directory, it will download all the dependencies (express, mongodb, etc.) - start mongodb.
- run
node app.js [port]. - open your browser to
http://localhost:[port]. - If you want to run in production mode, download and install redis and set NODE_ENV to
production.