Skip to content

NiketanG/ChatApp_MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published