Skip to content

ThaHobbyist/HChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HChat

React React Router NodeJS MongoDB Styled Components

A Realtime Chat application built on MERN stack, using ReactJS for front-end and Node.JS for back-end using MongoDB Atlas as database

Setup Guide:

Backend:

  1. Navigate to the server directory.
$ cd server
  1. Install all dependencies.
$ npm install
  1. Start the server.
$ npm start

The server will start at https://localhost:5000

Now start the Frontend.

Frontend:

  1. Navigate into the client directory.
$ cd client
  1. Install all dependencies.
$ npm install
  1. Run Start the React app.
$ npm start

The App will run in https://localhost:3000

See the app in action here