{"id":22139591,"url":"https://github.com/monalbarse/chatopia","last_synced_at":"2026-04-11T10:37:37.258Z","repository":{"id":229477158,"uuid":"776839477","full_name":"MonalBarse/Chatopia","owner":"MonalBarse","description":"Chatopia stands as a real-time text chat platform, constructed using the MERN stack. Leveraging the Context API for streamlined state management and sockets.io for dynamic web-socket communication","archived":false,"fork":false,"pushed_at":"2024-07-04T02:59:40.000Z","size":12899,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T00:42:11.055Z","etag":null,"topics":["chakra-ui","chatapplication","mongodb","reactjs","websockets"],"latest_commit_sha":null,"homepage":"https://chatopia-f70q.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MonalBarse.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":"2024-03-24T15:38:37.000Z","updated_at":"2024-09-01T11:41:21.000Z","dependencies_parsed_at":"2025-03-24T10:42:55.094Z","dependency_job_id":"2c2b1356-3510-478e-8ad7-c9ec93afb248","html_url":"https://github.com/MonalBarse/Chatopia","commit_stats":null,"previous_names":["monalbarse/chatopia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MonalBarse/Chatopia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2FChatopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2FChatopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2FChatopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2FChatopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MonalBarse","download_url":"https://codeload.github.com/MonalBarse/Chatopia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2FChatopia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chakra-ui","chatapplication","mongodb","reactjs","websockets"],"created_at":"2024-12-01T20:15:41.181Z","updated_at":"2026-04-11T10:37:37.219Z","avatar_url":"https://github.com/MonalBarse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatopia\n\n##  A real-time text chat platform\n\nYou can check the live site [here](https://chatopia-f70q.onrender.com/)\n\n## Overview\n\nWelcome to Chatopia – a project designed for me to learn the MERN stack (MongoDB, Express.js, React.js, Node.js). This application serves as a practical learning experience, allowing me to delve into the world of real-time chat applications while mastering the core technologies of the MERN stack.\n\n- Also, if you want to follow how I approached building this from scratch, you can check out [Learnings](./Learnings.md) file. I tend to update this every time I make any progress.\n\n## Features\n\n- **Account Creation:** Users can create accounts to personalize their chat experience.\n- **Chat Rooms:** Join different chat rooms for diverse conversations.\n- **Real-time Messaging:** Utilizes web sockets for instant communication.\n- **Data Storage:** MongoDB is employed for efficient and scalable data storage.\n\n## Tech Stack\n\n- **Frontend:** Built with React.js for a dynamic and responsive user interface. And utilizing React's Context API for state management.\n- **Backend:** Developed using Node.js and Express.js to handle server-side logic.\n- **Database:** MongoDB serves as the database for storing user accounts and chat data.\n- **Websockets:** Enables real-time communication for a seamless chatting experience.\n\n## Getting Started\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/MonalBarse/chat-app.git\n\n   ```\n\n2. **Install Dependencies:**\n\n   ```bash\n   cd Chatopia\n   npm install\n   cd frontend\n   npm install\n   ```\n\n   3 **Run the Application:**\n\n   ```bash\n   cd Chatopia/frontend\n   npm run dev\n   ```\n\n   This will start the frontend\n\n3. **Run the Backend:**\n\n   ```bash\n   cd Chatopia\n   npm start\n   ```\n\n   This will start the backend\n\n   (You might not have .env file in the root directory, so you can create one and add the following code)\n\n   ```bash\n       PORT = 3000\n       MONGO_URI=your_mongo_uri\n       JWT_SECRET=your_secret_key\n       NODE_ENV=production\n   ```\n\n4. **Open the Application:**\n   Open [http://localhost:5713](http://localhost:5713) to view it in the browser.\n\n## Note:\n\n- Register for an account by providing a username and password. Once registered, you can log in to access the chat rooms.\n- This is a begginer project, so you can chat with any person in the database by just entering their username in the chat room. Please do not use or share any sensitive information.\n- You can also create a new chat room by entering the name of the chat room in the chat room input field.\n\n  ## Contributing\n\n  Feel free to contribute by:\n\nReporting issues\nAdding new features\nImproving existing code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonalbarse%2Fchatopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonalbarse%2Fchatopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonalbarse%2Fchatopia/lists"}