Node.js and npm installed.
MongoDB installed or access to a MongoDB cloud instance.
Git installed.
1 Clone the Repository
git clone https://github.com/Nishant0121/N.Chat
cd N.Chat MONGO_URI=<your-mongodb-uri>
JWT_SECRET=<your-jwt-secret>
PORT=5000 cd backend
npm install npm start cd frontend
npm install npm startAccess the Application Open http://localhost:3000 in your browser.
:: https://n-chat-sable.vercel.app (It Can take time to render the data)