You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the backend service for the Quick Chat App, built with Node.js, Express.js, MongoDB, and Socket.IO. It provides REST APIs and real-time communication for messaging, authentication, and user management.
PORT=create a portMONGO_URI=your_mongodb_connection_stringJWT_SECRET=your_jwt_secret# Cloudinary ConfigCLOUDINARY_CLOUD_NAME=your_cloud_nameCLOUDINARY_API_KEY=your_api_keyCLOUDINARY_API_SECRET=your_api_secret
This is the backend service for the **Quick Chat App**, built with **Node.js**, **Express.js**, **MongoDB**, and **Socket.IO**. It provides REST APIs and real-time communication for messaging, authentication, and user management.