A real time end-to-end chat application built using Node, socket.io and MongoDB.
- Node
- Express
- HTML
- CSS
- Bootstrap
- JavaScript
- JQuery
- Socket.io
- MongoDB
- Fork the repository to your github account.
- Clone the repository to your local machine
- cd into the repository and run command npm install
- Run MongoDB server (instructions to run the server)
- from the terminal run command npm start
- open your browser and go to address localhost:3000
- Register to create a new account and login to start chatting with other registered members.