Jay-Karia / Hello

πŸ’¬ Web based chatting application built with MERN Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ’¬ Web based chatting application built with MERN Stack


Languages

Language:JavaScript 98.1%Language:CSS 1.3%Language:HTML 0.6%