NiketanG / ChatApp_MERN

A Basic User-to-User Chat Application built using MERN Stack.

Home Page:https://chat-app-nikketan.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Basic User-to-User Chat Application built using MERN Stack.

https://chat-app-nikketan.herokuapp.com/


Languages

Language:JavaScript 94.5%Language:HTML 5.0%Language:CSS 0.6%