A Realtime Chat application built on MERN stack, using ReactJS for front-end and Node.JS for back-end using MongoDB Atlas as database
- Navigate to the server directory.
$ cd server- Install all dependencies.
$ npm install- Start the server.
$ npm startThe server will start at https://localhost:5000
Now start the Frontend.
- Navigate into the
clientdirectory.
$ cd client- Install all dependencies.
$ npm install- Run Start the React app.
$ npm startThe App will run in https://localhost:3000