This is a full-stack chat application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.
Check out the live demo: MERN Chat Application Demo
- Real-time messaging
- User authentication
- MongoDB for data storage
To run this project locally, follow these steps:
Make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
- MongoDB (Make sure MongoDB is installed and running locally)
git clone https://github.com/chaitanya1347/ChatNow.git
cd mern-chat-app
git clone https://github.com/chaitanya1347/ChatNow.git
cd ChatNow
npm install
cd live-chat/
npm install
Start the server
//open now terminal
cd frontend
npm start