{"id":23580864,"url":"https://github.com/bravo68web/url-minify","last_synced_at":"2025-05-06T21:06:23.314Z","repository":{"id":37434765,"uuid":"452566694","full_name":"BRAVO68WEB/url-minify","owner":"BRAVO68WEB","description":"An URL Link shortener","archived":false,"fork":false,"pushed_at":"2022-12-17T16:04:45.000Z","size":9191,"stargazers_count":29,"open_issues_count":7,"forks_count":43,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-06T21:06:12.104Z","etag":null,"topics":["codepeak","codepeak22","gssoc","jgec","mongodb","nextjs","nodejs","woc"],"latest_commit_sha":null,"homepage":"https://www.minfy.xyz/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BRAVO68WEB.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":null,"support":null}},"created_at":"2022-01-27T06:32:14.000Z","updated_at":"2024-04-23T02:50:53.000Z","dependencies_parsed_at":"2023-01-29T17:31:10.189Z","dependency_job_id":null,"html_url":"https://github.com/BRAVO68WEB/url-minify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRAVO68WEB%2Furl-minify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRAVO68WEB%2Furl-minify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRAVO68WEB%2Furl-minify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRAVO68WEB%2Furl-minify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BRAVO68WEB","download_url":"https://codeload.github.com/BRAVO68WEB/url-minify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769396,"owners_count":21801376,"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":["codepeak","codepeak22","gssoc","jgec","mongodb","nextjs","nodejs","woc"],"created_at":"2024-12-27T00:13:08.237Z","updated_at":"2025-05-06T21:06:23.295Z","avatar_url":"https://github.com/BRAVO68WEB.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eWelcome to url-minify 👋\u003c/h1\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003ca href=\"LICENSE\" target=\"_blank\"\u003e\n  \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://twitter.com/BRAVO68WEB\" target=\"_blank\"\u003e\n  \u003cimg alt=\"Twitter: BRAVO68WEB\" src=\"https://img.shields.io/twitter/follow/BRAVO68WEB.svg?style=social\" /\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/41448663/153746139-237f8e4d-be25-4f04-91ec-2bb3ff6f0e34.png\" /\u003e\n\n\u003cbr\u003e\n\n## 📜 Overview\n\n#### ➡️ Link: https://minfy.xyz\n\n#### What is URL MiniFy?\nA URL shortener build with Nextjs, ExpressJS, MongoDB\n\n#### Technologies Used:\n\u003cimg src=\"https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026logo=nodedotjs\u0026logoColor=white\u0026color=green\"\u003e \u003cimg src=\"https://img.shields.io/badge/next.js-000000?style=for-the-badge\u0026logo=nextdotjs\u0026logoColor=white\u0026color=grey\"\u003e \u003cimg src=\"https://img.shields.io/badge/Express.js-000000?style=for-the-badge\u0026logo=express\u0026logoColor=white\"\u003e \u003cimg src=\"https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white\"\u003e\n\n\u003cbr\u003e\n\n## 🎯 Getting Started\n\n#### How to Contribute?\n\nContributions, issues and feature requests are welcome! Feel free to check the [issues page](https://github.com/BRAVO68WEB/url-minify/issues).\n\n- Read the full guide here: [Contributing Guide](CONTRIBUTING.md)\n- Detailed document on how to contribute: [How to Contribute](HOW_TO_CONTRIBUTE.md)\n\n### ✒️ Summary\n\n1. Fork this repository on GitHub.\n\n2. Clone the forked repository in your computer.\n\n    `$ git clone https://github.com/\u003cyour-username\u003e/url-minify.git`\n    \n    `$ cd url-minify`\n\n3. Add a remote (upstream) to the original project repository\n\n    `$ git remote add upstream https://github.com/BRAVO68WEB/url-minify.git`\n    \n    `$ git fetch upstream`\n    \n    `$ git checkout main`\n    \n    `$ git merge upstream/main`\n\n    This makes your fork up to date with the original project repo.\n\n#### Installation and Usage \n\n4. Go the folder where you want to contribute:\n\n    `$ cd frontend` OR `cd backend`\n\n5. Install the dependencies and run the development server using:\n\n    `$ npm install`\n    \n    `$ npm run start`\n\n#### We can start making changes now! 🥳\n\n6. Make your changes. Then, stage and commit them using:\n\n    `$ git add .`\n    \n    `$ git commit -m \"This is a commit message\"`\n    \n7. Push your changes to your forked repository.\n\n    `$ git push -u origin main`\n\n8. Go to your forked repository on GitHub. Create a pull request from the `🔃Contribute` button provided there.\n    \n    \u003cimg height=\"200px\" src=\"https://user-images.githubusercontent.com/59930625/157313470-71a2e194-17e5-4cd4-9949-ecfedc200c15.png\"\u003e\n    \n    Contribute -\u003e Open pull request -\u003e Create pull request. (Make sure you write a detailed description of the changes you have made.)\n\n#### And you're done! 🤩🤩\n\n\u003cbr\u003e\n\n## 😊 Author\n\n**BRAVO68WEB**\n\n- Website: https://bravo68web.me\n- Twitter: [@BRAVO68WEB](https://twitter.com/BRAVO68WEB)\n- GitHub: [@BRAVO68WEB](https://github.com/BRAVO68WEB)\n- LinkedIn: [@BRAVO68WEB](https://linkedin.com/in/BRAVO68WEB)\n\n\u003cbr\u003e\n\n## 🎡 Participations\n\n#### Past:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" width=\"50%\"\u003e\n      \u003cimg height=\"72px\" src=\"https://user-images.githubusercontent.com/59930625/157309089-bb24d8d3-cf2a-4ac3-aae2-6774051056b9.png\"\u003e\n      \u003cbr\u003e\n      \u003csub\u003e\u003cb\u003eGSSoC (https://gssoc.girlscript.tech/)\u003c/b\u003e\u003c/sub\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\" width=\"50%\"\u003e\n      \u003cimg height=\"72px\" src=\"https://jwoc.tech/assets/img/opengraph.png\"\u003e\n      \u003cbr\u003e\n      \u003csub\u003e\u003cb\u003eJWOC (https://jwoc.tech/)\u003c/b\u003e\u003c/sub\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cbr\u003e\n\n## ✨ Our Contributors\n\nThanks goes to these wonderful people:\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/para-docx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72385299?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDhruv Pruthi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=para-docx\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/chirag3003\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/68195580?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChirag Bhalotia\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=chirag3003\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dakshgupta2002\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/78641951?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaksh Gupta\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=dakshgupta2002\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/logan4473\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/69055524?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLogan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=logan4473\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/DarkFalc0n\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/59203815?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePratyay Roy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=DarkFalc0n\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/luxunator\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50147562?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eluxunator\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=luxunator\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/aaheli8\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66815283?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAaheli Sadhukhan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=aaheli8\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/XxThunderBlastxX\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74706101?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKoustav Mondal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=XxThunderBlastxX\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/himanshusanecha\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/52252631?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHimanshu Sanecha\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=himanshusanecha\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Tejas-117\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/75026048?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTejas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=Tejas-117\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.linkedin.com/in/omar-sherif-2152021a3\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/69806823?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOmar Sherif Ali\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=omar-sherif9992\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/aadityasinha-dotcom\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/75474786?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAaditya Sinha\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=aadityasinha-dotcom\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Danko-chan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/55607738?v=4?s=55\" width=\"55px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbhay Verma\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BRAVO68WEB/url-minify/commits?author=Danko-chan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n\u003cbr\u003e\n\n### 😽 Show your support\n\nStar the repository if this project helped you! ⭐️\n\n### 🤝 Contributing\n\nContributions, issues and feature requests are welcome! \n\n- Feel free to check the [issues page](https://github.com/BRAVO68WEB/url-minify/issues).\n- Read the full guide here: [Contributing Guide](CONTRIBUTING.md)\n- Detailed document on how to contribute: [How to Contribute](HOW_TO_CONTRIBUTE.md)\n\n### 📝 License\n\nCopyright © 2022 [BRAVO68WEB](https://github.com/BRAVO68WEB).\n\nThis project is [MIT](LICENSE) licensed.\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravo68web%2Furl-minify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbravo68web%2Furl-minify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravo68web%2Furl-minify/lists"}