Skip to content

lucasthormann/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

  • A chat application built using the mern stack!

Highlights:

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

🎃 Authentication && Authorization with JWT

👾 Real-time messaging with Socket.io

🚀 Online user status

👌 Global state management with Zustand

🐞 Error handling both on the server and on the client

Setup .env file

MONGODB_URI=...***your mongodb URI***
PORT=5001
JWT_SECRET=...***your jwt secret***

CLOUDINARY_CLOUD_NAME=...***etc***
CLOUDINARY_API_KEY=...***etc***
CLOUDINARY_API_SECRET=...***etc***

NODE_ENV=development

Build the app

npm run build

Start the app

npm start

Running instance available using link below

https://litechat-wim2.onrender.com/login

About

A chat application built using the MERN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages