Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 512 Bytes

File metadata and controls

27 lines (22 loc) · 512 Bytes

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=