{"id":24511470,"url":"https://github.com/opticsquid/hive","last_synced_at":"2025-04-14T08:21:51.917Z","repository":{"id":41471822,"uuid":"332171024","full_name":"opticSquid/hive","owner":"opticSquid","description":"Social Media Management Platform using MERN stack","archived":false,"fork":false,"pushed_at":"2022-10-07T17:39:51.000Z","size":42386,"stargazers_count":29,"open_issues_count":1,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T21:52:15.660Z","etag":null,"topics":["express","expressjs","gdsc-tmsl","hacktoberfest","mongodb","nodejs","react","react-native","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opticSquid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-01-23T09:18:34.000Z","updated_at":"2025-03-01T23:04:33.000Z","dependencies_parsed_at":"2023-01-19T15:17:07.579Z","dependency_job_id":null,"html_url":"https://github.com/opticSquid/hive","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opticSquid%2Fhive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opticSquid%2Fhive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opticSquid%2Fhive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opticSquid%2Fhive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opticSquid","download_url":"https://codeload.github.com/opticSquid/hive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248844042,"owners_count":21170506,"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":["express","expressjs","gdsc-tmsl","hacktoberfest","mongodb","nodejs","react","react-native","reactjs"],"created_at":"2025-01-22T00:37:51.856Z","updated_at":"2025-04-14T08:21:51.877Z","avatar_url":"https://github.com/opticSquid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"/Assets/Logo.png\" alt=\"Hive Logo\" style=\"object-fit:contain;\"\u003e\n\u003c/p\u003e\n\n# Hive\n\n![Open Issues](https://img.shields.io/github/issues-raw/opticSquid/hive)\n![license](https://img.shields.io/github/license/opticSquid/hive)\n\n![stars](https://img.shields.io/github/stars/opticSquid/hive?style=social)\n![forks](https://img.shields.io/github/forks/opticSquid/hive?style=social)\n\nIt is an open source social media management platform for content creators. It brings different social media platforms and services together to create a unified experience for content creators. It brings all the stats of different social media platforms in one place which helps them better understand their audience and make content that matters to them to increase audience engagement and growth of the creator\n\n**For participant's manual visit:** [Mentee's Guide](https://jwoc.tech/docs/student-manual)\n\n## Join our Discord Server to interact with the maintainers and community\n\n[![Join our Discord server!](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white)](https://discord.gg/msTYRtVR)\n\n## Project Aims\n\n### UI\n\n- Link for figma Prototypes\n  [Click Here](https://www.figma.com/file/QQzoh9P3XwJGlh50JPezke/Hive-Design?node-id=0%3A1)\n\n### For Backend\n\n1. Having a single backend that serves both the web client and the mobile app.\n2. Backend should be made of `Node.js` with `Express.js`.\n3. Database is `MongoDB`.\n4. For caching purposes use `Redis`.\n5. Code should be scalable from the start.\n6. We will use middleware based approach for all the routes.\n7. `Factory` design pattern is used for handling the success response and error responses so that a standard template can be maintained over all the routes.\n8. We will maintain the API documentation usign `Swagger` and `Swagger UI`.\n\n### For Frontend\n\n1. Web client uses React.js with `create-react-app` and mobile app uses `React Native`.\n2. UI should be responsive for the web client keeping a mobile first approach.\n3. For both web and mobile app in the UI utmost priority should be given to accessbility and intuitiveness for all the functionalities of the app resulting in better UX.\n\n## Links to related content for learning\n\n### Backend\n\n[![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/en/)\n[![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB)](http://expressjs.com/)\n[![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white)](https://www.mongodb.com/)\n[![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge\u0026logo=redis\u0026logoColor=white)](https://redis.io/)\n[![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge\u0026logo=swagger\u0026logoColor=white)](https://swagger.io/)\n\n- Node JS Design Patterns: \u003chttps://blog.logrocket.com/design-patterns-in-node-js/\u003e\n\n### Frontend\n\n[![ReactJS](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)](https://reactjs.org/)\n[![ReactNative](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)](https://facebook.github.io/react-native/)\n\n- React JS Design Patterns: \u003chttps://blog.logrocket.com/design-patterns-in-react-js/\u003e\n- Create-react-app: \u003chttps://facebook.github.io/create-react-app/\u003e\n\n## For contributing to the repo see [Contributing Guidelines](./CONTRIBUTING.md)\n\n\u003e This file has been changed please go through the updated guidelines to make your PRs count (for contributions coming under JWOC specially)\n\n## Getting started with your first contribution to Open-source\n\nThe prerequisites you need to have are:\n\n1. Vscode\n2. git\n3. Basic understanding of Integrating git and GitHub : [Please_refer](https://www.freecodecamp.org/news/how-to-use-git-and-github-in-a-team-like-a-pro/)\n\nIf you don't have Vscode on your machine, [install it](https://www.youtube.com/watch?v=JGsyJI8XG0Y). If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).\n\n### Fork this repository\n\nFork this repository by clicking on the fork button on the top of this page.\nThis will create a copy of this repository in your account.\n\n### Clone the repository\n\nNow clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.\n\nOpen a terminal and run the following git command:\n\n```sh\n    git clone \"url you just copied\"\n```\n\n### Create a branch\n\nCreate a branch using the `git checkout` command:\n\n```sh\n    git checkout -b your-new-branch-name\n```\n\n### Make changes and commit\n\nTo run the project in your local machine see: [Contributing Guidelines](./CONTRIBUTING.md)\n\nNow that your project is up and running through the desired port : usually _localhost:5000_ for the `Server` _localhost:3000_ for the `Website` start making the required changes.\n\nMake the nessecery changes and commit them using the `git commit` command:\n\n```sh\n    git add .\n    git commit -m \"your commit message\"\n```\n\n### Push the changes to the remote repository\n\nTo push the changes to the remote repository, use the `git push` command:\n\n```sh\n    git push origin \u003cyour-new-branch-name\u003e\n```\n\n### Submit your changes for review\n\nIf you go to your repository on GitHub, you'll see a `Compare \u0026 pull request` button. Click on that button.Now submit the pull request.Woof You just made a PR!!\n\n### ONLY 4 Steps to get you there\n\n1. fork\n2. clone\n3. add and commit\n4. compare and Pull request\n\n### Where to go from here?\n\nCongrats! You just completed the standard _fork -\u003e clone -\u003e edit -\u003e pull request_ workflow that you'll encounter often as a contributor!\n\nNow let's get you started with contributing to the project.\n\n## For Security realted things see [Security Policy](./SECURITY.md)\n\n## To work in this repo you need to adhere by this [Code of Conduct](./CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopticsquid%2Fhive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopticsquid%2Fhive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopticsquid%2Fhive/lists"}