Real time web based chat implemented for MongoDB Course using MEAN stack
You need to download npm and bower packages
$ npm install $ bower installAfter the install process is over, you'll be able to run the application:
$ node server.jsApplication should run on port 3030, so in your browser just go to http://localhost:3030
Full assignment can be read here (in bulgarian)