Web based chatting application built with MERN Stack π¬
npm install
cd server
npm run dev
for development or
npm run start
create an .env file
add this:
- PORT: 8000
- DB: {url to your mongodb database}
- JWT_SECRET: {super secret key fo authentication}
go to the directory: cd client
install dependencies: npm install
run: npm run start