Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 997 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 997 Bytes

mean-chat

A real time end-to-end chat application built using Node, socket.io and MongoDB.

Technologies used

  1. Node
  2. Express
  3. HTML
  4. CSS
  5. Bootstrap
  6. JavaScript
  7. JQuery
  8. Socket.io
  9. MongoDB

Installation Instructions

  1. Install Node and NPM
  2. Install MongoDB

How to run it on your local machine

  1. Fork the repository to your github account.
  2. Clone the repository to your local machine
  3. cd into the repository and run command npm install
  4. Run MongoDB server (instructions to run the server)
  5. from the terminal run command npm start
  6. open your browser and go to address localhost:3000
  7. Register to create a new account and login to start chatting with other registered members.