This is a Chat application. A user signs in or enters the app with just their name to access previous chat logs, and to start new or enter existing chat sessions. Each chat session once started only lasts 15 minutes, after which no more new chat messages can be entered in that session; the chat session can be stopped at any time in between.
Please be sure you have node.js and mongodb installed in your computer.
Then run this command from the terminal.
$ npm installIt will install modules that is written in the package.json file. Then run this command:
$ node app.jsAfter running go to this address:
http://locahost:3000