{"id":21936610,"url":"https://github.com/thenolle/codebin","last_synced_at":"2026-04-02T03:03:57.963Z","repository":{"id":153165453,"uuid":"628390808","full_name":"TheNolle/CodeBin","owner":"TheNolle","description":"CodeBin is a private, secure hastebin clone for storing, sharing, and collaborating on code snippets with fellow developers. Features include real-time collaboration, custom folders, tags, and cross-device accessibility. Built with Node.js, Express, EJS, and MongoDB.","archived":false,"fork":false,"pushed_at":"2023-10-03T13:45:41.000Z","size":480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T14:17:36.382Z","etag":null,"topics":["codebin","mern-stack","notes","sharing"],"latest_commit_sha":null,"homepage":"https://discord.com/invite/86yVsMVN9z","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNolle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-04-15T19:54:30.000Z","updated_at":"2023-12-21T16:22:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f23b7627-2af3-4232-be39-5a1e1b8f1535","html_url":"https://github.com/TheNolle/CodeBin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheNolle/CodeBin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FCodeBin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FCodeBin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FCodeBin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FCodeBin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNolle","download_url":"https://codeload.github.com/TheNolle/CodeBin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNolle%2FCodeBin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["codebin","mern-stack","notes","sharing"],"created_at":"2024-11-29T01:15:11.982Z","updated_at":"2026-04-02T03:03:57.941Z","avatar_url":"https://github.com/TheNolle.png","language":"JavaScript","readme":"# CodeBin 📝💾\n\nCodeBin is a private, handmade hastebin clone. It offers a convenient and secure way to store, share, and collaborate on code snippets with a community of fellow developers.\n\n### Preview\n![Preview](preview.png)\n\n\n## 🌟 Features\n- 🔒 Private: Requires an account for access\n- 💻 Copy-Paste functionality for easy code sharing\n- 👥 Collaborate with others in real-time\n- 🌐 Accessible from any device with an internet connection\n- 📁 Organize your code snippets with custom folders and tags\n\n\n## 🛠️ Built With\n- [Node.js](https://nodejs.org/en/)\n- [Express](https://expressjs.com/)\n- [EJS](https://ejs.co/)\n- [MongoDB](https://www.mongodb.com/)\n\n\n## 📚 Table of Contents\n- [CodeBin 📝💾](#codebin-)\n    - [Preview](#preview)\n  - [🌟 Features](#-features)\n  - [🛠️ Built With](#️-built-with)\n  - [📚 Table of Contents](#-table-of-contents)\n  - [Getting Started 🚀](#getting-started-)\n    - [Prerequisites 📋](#prerequisites-)\n    - [Installation ⚙️](#installation-️)\n  - [Usage 💻](#usage-)\n  - [Contributing 🤝](#contributing-)\n  - [Code of Conduct 🌈](#code-of-conduct-)\n  - [License 📄](#license-)\n  - [Author 👨‍💻](#author-)\n  - [Support ❤️](#support-️)\n\n\n## Getting Started 🚀\nFollow these steps to get CodeBin up and running on your local machine.\n\n### Prerequisites 📋\nMake sure you have the following software installed:\n- [Node.js](https://nodejs.org/en/) (v19.7.0 or higher)\n- [MongoDB](https://www.mongodb.com/) (v4.4.19 or higher)\n- [npm](https://www.npmjs.com/) (v9.5.0 or higher)\n\n\n### Installation ⚙️\n1. Clone the repository:\n```bash\ngit clone https://github.com/TheNolle/CodeBin.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd CodeBin\n```\n\n3. Install the required dependencies:\n```bash\nnpm install\n```\n\n4. Create a .env file in the root directory and configure it with your MongoDB connection string and other necessary variables. Refer to the .env.example file for guidance.\n\n5. Start the server:\n```bash\nnpm start\n```\n\n6. Access CodeBin in your browser at http://localhost:3000.\n\n\n## Usage 💻\n1. Register or log in to your CodeBin account.\n2. Create, edit, and save your code snippets.\n3. Share snippets with others by providing them with the unique URL.\n4. Organize your snippets with folders and tags for easy navigation.\n\n\n## Contributing 🤝\nPlease read our [CONTRIBUTING](CONTRIBUTING) for details on how to contribute to CodeBin.\n\nAny contributions to CodeBin are greatly appreciated! If you'd like to help improve the project, please follow the steps outlined in the [CONTRIBUTING](CONTRIBUTING) file.\n\n\n## Code of Conduct 🌈\nWe strive to create a welcoming and inclusive community. By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). Please ensure that you treat everyone with respect and professionalism.\n\n\n## License 📄\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n\n## Author 👨‍💻\n- Nolly\n    - Website: [thenolle.com](https://thenolle.com)\n    - Twitter: [@TheNolly__](https://twitter.com/TheNolly__)\n    - Github: [@TheNolle](https://github.com/TheNolle)\n\n\n## Support ❤️\nIf you enjoy using CodeBin and want to support its development, consider becoming a patron or making a one-time donation. Your contributions will help keep the project alive and growing!\n- Patreon: [@nolly__](https://www.patreon.com/nolly__)\n- Ko-fi: [@nolly__](https://ko-fi.com/nolly__)\n- Discord: [Nolly#0001](https://discord.com/users/1030561407411966064)\n- Discord Server: [Join our community](https://discord.com/invite/86yVsMVN9z)\n\nThank you for your support! 💖🚀","funding_links":["https://www.patreon.com/nolly__","https://ko-fi.com/nolly__"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenolle%2Fcodebin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenolle%2Fcodebin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenolle%2Fcodebin/lists"}