{"id":15681246,"url":"https://github.com/moshfiqrony/facebook-group-api-clone","last_synced_at":"2025-10-06T16:40:56.016Z","repository":{"id":42734445,"uuid":"283190770","full_name":"moshfiqrony/facebook-group-api-clone","owner":"moshfiqrony","description":"This is an API created using NodeJS, MongoDB, ExpressJS. This is a clone of facebook's group API","archived":false,"fork":false,"pushed_at":"2023-01-06T12:40:01.000Z","size":957,"stargazers_count":13,"open_issues_count":12,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T12:12:22.012Z","etag":null,"topics":["api","express-js","javascript","mongodb","mongoose","nodejs","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"https://github.com/moshfiqrony/facebook-group-api-clone","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/moshfiqrony.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}},"created_at":"2020-07-28T11:21:52.000Z","updated_at":"2024-04-30T18:30:48.000Z","dependencies_parsed_at":"2023-02-06T02:46:44.518Z","dependency_job_id":null,"html_url":"https://github.com/moshfiqrony/facebook-group-api-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moshfiqrony/facebook-group-api-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moshfiqrony%2Ffacebook-group-api-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moshfiqrony%2Ffacebook-group-api-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moshfiqrony%2Ffacebook-group-api-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moshfiqrony%2Ffacebook-group-api-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moshfiqrony","download_url":"https://codeload.github.com/moshfiqrony/facebook-group-api-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moshfiqrony%2Ffacebook-group-api-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646335,"owners_count":26021510,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["api","express-js","javascript","mongodb","mongoose","nodejs","rest-api","restful-api"],"created_at":"2024-10-03T16:51:19.428Z","updated_at":"2025-10-06T16:40:55.964Z","avatar_url":"https://github.com/moshfiqrony.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n    \u003ch1\u003eFacebook Group API Clone\n\n![Node.JS](https://img.shields.io/badge/-Node.JS-black?style=plastic\u0026logo=Node.js)\n![Express.JS](https://img.shields.io/badge/-Express.JS-c7b198?style=plastic\u0026logo=Express.JS)\n![MongoDB](https://img.shields.io/badge/-MongoDB-black?style=plastic\u0026logo=mongodb)\n![Babel](https://img.shields.io/badge/-Babel-4B275F?style=plastic\u0026logo=Babel)\n\n\n![License](https://img.shields.io/badge/License%20-MIT-green)\n![License](https://img.shields.io/badge/Under%20Development-red)\n\u003c/h1\u003e\n\u003c/div\u003e\nThis is an API created using NodeJS, MongoDB, ExpressJS. Thi is a clone of facebook's group API\n\n# Table of contents\n1. [Endpoints](#Endpoints)\n1. [Topic I loved Most](#Topic-I-loved-Most)\n\n# Endpoints \n- Register an user - **POST** to **/api/register**\n- Login an user - **POST** to **/api/login**\n- Logout an user - **POST** to **/api/logout**\n- Get Logged in user info - **GET** to **/api/user**\n- Get Logged in user profile - **GET** to **/api/user/profile**\n- Update Logged in user profile - **PUT** to **/api/user/profile**\n- Create a group - **POST** to **/api/group**\n- Get all the groups - **GET** to **/api/group**\n- Get a group - **GET** to **/api/group/pass_group_id_here**\n- Update a group - **PUT** to **/api/group/pass_group_id_here**\n- Add Moderator to a group - **PUT** to **/api/post/pass_group_id_here/moderator**\n- Delete Moderator to a group - **DELETE** to **/api/post/pass_group_id_here/moderator**\n- Add admin to a group - **PUT** to **/api/post/pass_group_id_here/admin**\n- Delete admin to a group - **DELETE** to **/api/post/pass_group_id_here/admin** \n- Add member to a group - **PUT** to **/api/post/pass_group_id_here/member**\n- Delete member to a group - **DELETE** to **/api/post/pass_group_id_here/member**\n\n\n\n# Topic I loved Most\nHere are the topics that I really loved about **ExpressJS, Mongoose, NodeJS**\n* [Mongoose Populate](https://mongoosejs.com/docs/populate.html)\n* [Mongoose autopopulate](https://plugins.mongoosejs.io/plugins/autopopulate)\n* [mongoose-beautiful-unique-validation](https://www.npmjs.com/package/mongoose-beautiful-unique-validation)\n* [Mongodb operator](https://docs.mongodb.com/manual/reference/operator/)\n* [Mongodb operator update-array](https://docs.mongodb.com/manual/reference/operator/update-array/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoshfiqrony%2Ffacebook-group-api-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoshfiqrony%2Ffacebook-group-api-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoshfiqrony%2Ffacebook-group-api-clone/lists"}