Steps to run this code-
- copy all the folders in a master folder in your system.
- install required libraries through npm . you can see list of them in package.json file
- create a database named whatsapp in mongodb
- create required collections and docs in it as written in init.js file and others
- run index.js to start server
- now you run this site in you browser by typing: localhost:8080/chats
- done.
this is made without using react in mern stack