/Hello

💬 Web based chatting application built with MERN Stack

Primary LanguageJavaScript

Hello

Web based chatting application built with MERN Stack 💬

Run Locally 💻

Backend 🗄

Install Dependencies 📦

npm install

Run Server 🏃‍♂️

cd server
npm run dev for development or
npm run start

Environment Variables ⚡

create an .env file
add this:
- PORT: 8000
- DB: {url to your mongodb database}
- JWT_SECRET: {super secret key fo authentication}

Frontend 👁

go to the directory: cd client
install dependencies: npm install
run: npm run start