Skip to content

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

Notifications You must be signed in to change notification settings

Jay-Karia/Hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages