{"id":25619603,"url":"https://github.com/mohit-rajak/chat_application","last_synced_at":"2026-06-17T06:31:59.175Z","repository":{"id":273817872,"uuid":"920391653","full_name":"Mohit-Rajak/CHAT_APPLICATION","owner":"Mohit-Rajak","description":"CHAT APPLICATION ","archived":false,"fork":false,"pushed_at":"2025-01-23T05:48:22.000Z","size":511,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:18:23.925Z","etag":null,"topics":["authentication","expressjs","mongodb","nodejs","reactjs","redux","session","socket-io","tailwind"],"latest_commit_sha":null,"homepage":"https://chat-frontend-zeta-ecru.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohit-Rajak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-22T04:13:39.000Z","updated_at":"2025-02-22T04:55:49.000Z","dependencies_parsed_at":"2025-01-23T06:40:21.785Z","dependency_job_id":null,"html_url":"https://github.com/Mohit-Rajak/CHAT_APPLICATION","commit_stats":null,"previous_names":["mohit-rajak/chat_application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohit-Rajak/CHAT_APPLICATION","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit-Rajak%2FCHAT_APPLICATION","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit-Rajak%2FCHAT_APPLICATION/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit-Rajak%2FCHAT_APPLICATION/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit-Rajak%2FCHAT_APPLICATION/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohit-Rajak","download_url":"https://codeload.github.com/Mohit-Rajak/CHAT_APPLICATION/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohit-Rajak%2FCHAT_APPLICATION/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34437449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","expressjs","mongodb","nodejs","reactjs","redux","session","socket-io","tailwind"],"created_at":"2025-02-22T06:18:20.797Z","updated_at":"2026-06-17T06:31:59.157Z","avatar_url":"https://github.com/Mohit-Rajak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application MERN-Stack Web Application.\n\n---\n\n\u003ca style=\"\" href=\"\"\u003e\n  \n\n\u003c/a\u003e\n\n---\n\n## Project Overview\n\n_A real-time **Chat application** built using the MERN stack (MongoDB, Express, React, Node.js) and styled with Tailwind CSS. It supports user authentication, group chats, and instant messaging with real-time updates via Socket.IO. The application is fully responsive and provides smooth communication with features like notifications and state management using Redux._\n\n## Technologies \u0026 Packages Used\n\n-   **MongoDB**: NoSQL database for flexible and scalable data storage.\n-   **Express.js**: Web application framework for Node.js, providing robust features for web and mobile applications.\n-   **Node.js**: JavaScript runtime for server-side development.\n-   **React.js**: A JavaScript library for building reusable UI components and efficient single-page application views.\n-   **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n-   **Socket.IO**: Enables real-time, bidirectional and event-based communication.\n-   **JWT (JSON Web Tokens)**: Securely transmits information between parties as a JSON object.\n-   **Redux**: A Predictable State Container for JavaScript Apps.\n-   **React-Toastify**: A JavaScript library for providing toast notifications in React.\n\n## Key Features\n\n-   **User Authentication:** SignIn, SignUp, and Logout functionality.\n-   **Real-time Chat:** Users can send and receive messages in real-time.\n-   **Group Chat:** Create and participate in group chats.\n-   **Message Notifications:** Get notified of new messages with sound and visual alerts.\n-   **State Management:** Manage application state efficiently using Redux.\n-   **Responsive Design:** Tailwind CSS for a responsive and modern user interface.\n\u003c!-- -   **User Status:** Display online/offline status of users. --\u003e\n\n## How to Install\n\nFollow these steps to set up and run the project locally:\n\n1.  **Clone the Repository:**\n\n    ```bash\n    git clone https://github.com/Mohit-Rajak/CHAT_APPLICATION.git\n    cd CHAT_APPLICATION\n    ```\n\n2.  **Install Dependencies:**\n    Frontend Folder :\n\n    ```bash\n    cd frontend\n    npm install\n    ```\n\n    Backend Folder :\n\n    ```bash\n    cd backend\n    npm install\n    ```\n\n3.  **Set Up Environment Variables:**\n\n    Configure the following environment variables by creating a .env file in the root of Forntend and Backend Folder:\n\n    Frontend Folder :\n\n    ```bash\n    VITE_BACKEND_URL=http://localhost:8080\n    ```\n\n    Backend Folder :\n\n    ```bash\n    FRONTEND_URL=http://localhost:5173\n    MONGODB_URI=mongodb://127.0.0.1:27017/ChattinApp\n    PORT=8080\n    JWT_SECRET=secret-kvndkvdlkajkhkJkBiu6JJNjkbhkvnskcmhLJ5dKbkjsamnv\n    ```\n\n    Replace the values with your specific configurations.\n\n4.  **Run the Application:**\n\n    Frontend Folder :\n\n    ```bash\n    npm run dev\n    ```\n\n    Backend Folder :\n\n    ```bash\n    npm run dev\n    ```\n\n5.  **Open in Your Browser:**\n\nOpen `http://localhost:5173` in your web browser.\n\n## Project Structure\n\n    ├── frontend\n    │   ├── public\n    │   ├── src\n    │   │   ├── assets\n    │   │   ├── components\n    │   │   ├── pages\n    │   │   ├── redux\n    │   │   ├── socket\n    │   │   ├── utils\n    │   │   ├── App.jsx\n    │   │   ├── main.jsx\n    │   │   └── index.css\n    │   ├── index.html\n    │   ├── tailwind.config.js\n    │   ├── .env\n    │   └── package.json\n    ├── backend\n    │   ├── config\n    │   ├── controllers\n    │   ├── middlewares\n    │   ├── models\n    │   ├── routes\n    │   ├── server.js\n    │   ├── .env\n    │   └── package.json\n    └── README.md\n\n## Author\n\nMohit Rajak \\\nEmail: contact.mohitrajak022004@gmail.com \\\nLinkedIn : https://www.linkedin.com/in/mohit-rajak/\n\n\n\n## Thank You\n\nThank you for exploring Chat App! Your feedback is valuable. If you have any suggestions or thoughts, feel free to share them with us. 😊\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-rajak%2Fchat_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohit-rajak%2Fchat_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit-rajak%2Fchat_application/lists"}