/Amigos-mern-chat-app

A Full Stack Chat App Project with Realtime messaging functionality with socket.io . Used netlify for frontend and render for backend deployments

Primary LanguageJavaScript

Amigos-mern-chat-app

A Full Stack Chat App Project with Realtime messaging functionality with socket.io . Used netlify for frontend and render for backend.

Install the frontend

git clone git@github.com:AditiRout/Amigos-mern-chat-app.git
cd frontend
npm install
npm start

Install the backend

git clone git@github.com:AditiRout/Amigos-mern-chat-app.git
cd backend
npm install
npm start

Set the enviroment variables

DB_URL = 
JWT_SECRET=
NODE_ENV=
DISABLE_COLLECTSTATIC=