/first-mean-app

Just trying out MEAN Stack

Primary LanguageJavaScript

first-mean-app

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.

First Restore Database

cd into the dump directory

cd dump

Run the following command.

mongorestore discussion

Install Node dependencies

cd into the project root directory and run:

npm install

Install Bower dependencies

In the project root run:

bower install

Run Application

Run node server.js

node server.js

Open http://localhost:3000

Just trying out MEAN Stack