Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 763 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 763 Bytes

Chat Application

A Basic User-to-User Chat Application built using MongoDB, Express, NodeJS, React (MERN). Uses Sockets.IO for Real-time communication. Material-UI for Front-end.

Installation

Server

  • Clone the repo.
  • Install Dependencies
npm i
  • Start Dev Server
npm run dev
  • OR Start Production Server
npm start

Frontend

  • cd into front-end directory.
  • Install Dependencies
npm i
  • Start Dev Server
npm start
Note: The Web Server is pre-configured to serve assets from frontend/build directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.