Final Project for Human Computer Interaction 2021.
Real-time Chat Application using Node.js and MongoDB.
File Structure:
.
|--- models
|--- node_modules
|--- public
|--- css
|--- js
|--- route
|--- views
You need to have MongoDB installed
For linux users:
sudo service mongod start
npm install
npm start
The Application runs in http://localhost:3000/
Launch muliple application in different browser windows or tabs.