https://github.com/priyanshuuverma/chat_app
This is Chatify A full stack chat App and You will definetly like it
https://github.com/priyanshuuverma/chat_app
daisyui express-js javascript jwt mongodb nodejs reactjs socket-io zustand
Last synced: 3 months ago
JSON representation
This is Chatify A full stack chat App and You will definetly like it
- Host: GitHub
- URL: https://github.com/priyanshuuverma/chat_app
- Owner: priyanshuuverma
- Created: 2025-04-01T17:45:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T18:09:31.000Z (about 1 year ago)
- Last Synced: 2025-06-21T16:41:44.537Z (about 1 year ago)
- Topics: daisyui, express-js, javascript, jwt, mongodb, nodejs, reactjs, socket-io, zustand
- Language: JavaScript
- Homepage: https://chatify-ccrf.onrender.com/signup
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup .env file
MONGODB_URI=...
PORT=5001
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
NODE_ENV=development
# Build the app
npm run build
# Start the app
npm start



