{"id":16470475,"url":"https://github.com/ananyakumarisingh/quickchat","last_synced_at":"2025-03-23T11:32:43.086Z","repository":{"id":166375578,"uuid":"640458234","full_name":"Ananyakumarisingh/QuickChat","owner":"Ananyakumarisingh","description":"QuickChat is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.","archived":false,"fork":false,"pushed_at":"2024-01-01T13:33:44.000Z","size":4239,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T20:04:20.951Z","etag":null,"topics":["bcrypt","expressjs","javascript","node-js","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ananyakumarisingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-14T06:42:30.000Z","updated_at":"2025-01-29T18:37:58.000Z","dependencies_parsed_at":"2024-10-11T12:10:58.667Z","dependency_job_id":"d61e141c-aa09-4b7b-ad3d-94cdd1a74a09","html_url":"https://github.com/Ananyakumarisingh/QuickChat","commit_stats":null,"previous_names":["ananyakumarisingh/quickchat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ananyakumarisingh%2FQuickChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ananyakumarisingh%2FQuickChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ananyakumarisingh%2FQuickChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ananyakumarisingh%2FQuickChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ananyakumarisingh","download_url":"https://codeload.github.com/Ananyakumarisingh/QuickChat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bcrypt","expressjs","javascript","node-js","reactjs","socket-io"],"created_at":"2024-10-11T12:10:52.740Z","updated_at":"2025-03-23T11:32:42.169Z","avatar_url":"https://github.com/Ananyakumarisingh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# __QuickChat__ 💬\n\n- __Deployed Backend__ = https://\n- __Deployed Webite__ = https://\n\n---\n\u003cbr/\u003e\n\n## 🏷️ What is __QuickChat__ ?\n\n__QuickChat__ is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in MongoDB Database.\n\n---\n\n\u003cbr/\u003e\n\n## 🏷️ __Tech Stack Used__ :-\n\n__Frontend:__\n- HTML5\n- CSS3\n- JavaScript\n- React.js\n\u003c!-- - Context APIs --\u003e\n\n__Backend:__\n- Node.js\n- Express.js\n- Socket.io\n\n __Database:__ Mongo DB\n\n\u003cbr/\u003e\n\n## 🏷️ __Special Features of QuickChat__ :-\n\n- ### Authenticaton\n\u003cdiv style=\"display: flex; justify-content: space-evenly\"\u003e\n  \u003cimg width=\"48%\" src=\"./screenshot/login.png\" alt=\"Login\"/\u003e\n  \u003cimg width=\"48%\" src=\"./screenshot/signup.png\" alt=\"Signup\"/\u003e\n\u003c/div\u003e\n\n\u003c!-- \n- ### Real Time Chatting with Typing indicators\n- ### One to One chat\n- ### Search Users\n- ### Create Group Chats\n- ### Notifications \n- ### Add or Remove users from group\n- ### View Other user Profile \n--\u003e\n\n\n---\n\n\u003cbr/\u003e\n\n## 🏷️ __API Routes__ :\n\n| METHOD | ENDPOINT | BODY | DESCRIPTION | STATUS CODE |\n| --- | --- | --- | --- | --- |\n| POST | /api/register | __name__, __email__, __password__, pic(Optional) | This endpoint should allow to register. Hash the password and store in MongoDB. | 201 |\n| POST | /api/login | __email__, __password__ | This endpoint should allow to login after comparing the user's credentails. | 201 |\n| GET | /api/user |  | This endpoint should allow to search other users. | 200 |\n| GET | /api/chats/ |  | This endpoint should allow to get the chats. | 200 |\n| POST | /api/chats/ | __userId__ | This endpoint should allow to send messages. | 201 |\n| POST | /api/chats/group | __users__, __name__ | This endpoint should allow to create a group. | 201 |\n| PUT | /api/chats/rename | __chatId__, __chatName__ | This endpoint should allow to rename a groups. | 202 |\n| PUT | /api/chats/groupadd | __chatId__, __chatName__ | This endpoint should allow to add people to the group. | 202 |\n| PUT | /api/chats/groupremove | __chatId__, __chatName__ | This endpoint should allow to remove someone from the group. | 202 |\n\n\u003c!-- | GET | /api/chat/ |  | This endpoint should allow to get the chats. | 200 | --\u003e\n\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Ananyakumarisingh/mern-chat-app\n```\n\nGo to the project directory\n\n```bash\n  cd QuickChat\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\n```bash\n  cd frontend/\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start \n```\nStart the Client\n\n```bash\n  //open now terminal\n  cd frontend\n  npm start\n```\n\n## Made By :\n- [@Ananyakumarisingh](https://github.com/Ananyakumarisingh)\n\n  \n\u003ch3 align=\"center\" \u003eThankyou for your Time 💝\u003c/h3\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananyakumarisingh%2Fquickchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananyakumarisingh%2Fquickchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananyakumarisingh%2Fquickchat/lists"}