Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 555 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 555 Bytes

Chat App

This is the private chat app

In this app you can chat with your friend in private condition like in facebook or any masseging platroform.

Tech used

  • 🔥 express backend with mongodb database-->
  • 😎 react frontend with ant design for frontend components
  • 🎉 MERN stack 😂😂

for using this app create .env file and add following veriables

PRODUCTION="development"  
MONGODBLINK="YOUR MONGO URI HERE"

in the root folder

npm install

npm run dev

and then inside clint run

npm install

npm run start