Just trying out MEAN Stack.
Application contains:
Simple login/logout feature. Discussion Page which provides simple chat box to comment and interact. The page also has serach filter to search conversation.
cd into the dump directory
cd dump
Run the following command.
mongorestore discussion
cd into the project root directory and run:
npm install
In the project root run:
bower install
Run node server.js
node server.js
Just trying out MEAN Stack