Starklord17 / NodeReactChat

MERN chat app with Socket.io and Express server with MongoDB. https://merndevchat.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Chat app

Typing SVG

A full-stack React based web application for real-time chatting purpose.
Made using React and Styled-components for the front-end, and an express server bundled with MongoDB datastore for backend.
Socket.io is used to create real-time low-latency connection between server and clients.

Instructions

  • Install the Public Dependencies and the Server Dependencies.
  • In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
  • Open the public folder and server folder seperately.
  • Run seperate instances of Terminal in these folders and run:

~ npm start or yarn start

  • And the chat application would be running successfully by now.

Deploy

https://merndevchat.netlify.app/

About

MERN chat app with Socket.io and Express server with MongoDB. https://merndevchat.netlify.app/


Languages

Language:JavaScript 94.2%Language:HTML 4.5%Language:CSS 1.2%Language:Shell 0.1%