/chat-app-project-M

This is a MERN chat app project!

Primary LanguageJavaScript

MERN chat app Project-M

Demo App

Some Features:

Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Install Server Modules

npm install

Install Client Modules

Step 1: cd into the client folder

cd frontend

Step 2: Install Node Modules

npm install

Step 3: cd back to the main folder

cd ..

Start the app

npm run dev