A real time chat app built with MERN Stack.
https://messagely.netlify.app/
First of all Clone the project
git clone https://github.com/bleedingAyush/messagely
Install dependencies
npm run install-packages
Start the app
npm run dev
Visit http://localhost:3000
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Backend
MONGODB_CONNECT_URL
MONGO DB URI
PORT
E.g. 5000
JWT_SECRET
JSON Web Token Secret
NODE_ENV
E.g. Development
FRONTEND
REACT_APP_BASE_URL
Your site url or localhost url
REACT_APP_IMAGEKIT_PUBLIC_KEY
ImageKit public key. It is a CDN with image optimization. Learn more at https://imagekit.io/