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 start
The server will start at https://localhost:5000
Now start the Frontend.
- Navigate into the
client
directory.
$ cd client
- Install all dependencies.
$ npm install
- Run Start the React app.
$ npm start
The App will run in https://localhost:3000