{"id":25929800,"url":"https://github.com/prodev717/url-shortener","last_synced_at":"2025-09-17T23:39:55.680Z","repository":{"id":276353504,"uuid":"929038410","full_name":"prodev717/url-shortener","owner":"prodev717","description":"A simple full-stack URL shortener built with Flask, SQLite, TailwindCSS, and JavaScript.","archived":false,"fork":false,"pushed_at":"2025-02-07T18:28:06.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T06:48:14.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/prodev717.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-07T17:36:57.000Z","updated_at":"2025-02-07T18:28:09.000Z","dependencies_parsed_at":"2025-02-07T18:45:14.737Z","dependency_job_id":null,"html_url":"https://github.com/prodev717/url-shortener","commit_stats":null,"previous_names":["prodev717/url-shortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prodev717/url-shortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodev717%2Furl-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodev717%2Furl-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodev717%2Furl-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodev717%2Furl-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prodev717","download_url":"https://codeload.github.com/prodev717/url-shortener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodev717%2Furl-shortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275685093,"owners_count":25509527,"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-09-17T02:00:09.119Z","response_time":84,"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":[],"created_at":"2025-03-03T23:00:04.784Z","updated_at":"2025-09-17T23:39:55.643Z","avatar_url":"https://github.com/prodev717.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"title\"\u003eURL Shortener\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://socialify.git.ci/prodev717/url-shortener/image?custom_description=A+simple+full-stack+URL+shortener+\u0026amp;description=1\u0026amp;language=1\u0026amp;name=1\u0026amp;owner=1\u0026amp;pattern=Plus\u0026amp;theme=Auto\" alt=\"project-image\"\u003e\u003c/p\u003e\n\n\u003cp id=\"description\"\u003eA simple full-stack URL shortener built with Flask SQLite TailwindCSS and JavaScript.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/badge/Flask-2.0.1-blue?logo=flask\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/SQLite-3.0-blue?logo=sqlite\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/TailwindCSS-3.0-blue?logo=tailwindcss\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/JavaScript-ES6-yellow?logo=javascript\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/Python-3.10-blue?logo=python\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-green\" alt=\"shields\"\u003e\u003cimg src=\"https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red?logo=github\" alt=\"shields\"\u003e\n\n\u003ch2\u003e🚀 Demo\u003c/h2\u003e\n\n![URL Shortener](demo.gif) \n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*   Shorten URLs – Convert long URLs into short easy-to-share links.\n*   Redirect to Original URL – Access the original URL using the short link.\n*   Database Storage – Uses SQLite to store URLs and their short IDs.\n*   Persistent URLs – Shortened URLs remain valid even after restarting the server.\n*   Fast \u0026 Lightweight – Minimal dependencies for quick performance.\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Clone the Repository\u003c/p\u003e\n\n```\ngit clone https://github.com/prodev717/url-shortener\n```\n\n\u003cp\u003e2. Navigate to the cloned directory\u003c/p\u003e\n\n```\ncd url-shortener\n```\n\n\u003cp\u003e3. Install Required Dependencies\u003c/p\u003e\n\n```\npip install -r requirements.txt\n```\n\n\u003cp\u003e5. Run main.py\u003c/p\u003e\n\n```\npython main.py\n```\n\u003cp\u003e6. Open http://localhost:8000 in browser.\u003c/p\u003e\n\n\u003ch2\u003e🍰 Contribution Guidelines:\u003c/h2\u003e\n\nTo contribute first fork the repository and clone it to your local machine. Create a new branch for your changes then make and test your modifications while following the project's coding style. Commit your changes with a clear message and push your branch to your fork. Afterward create a pull request with a description of your changes. Once it’s reviewed it will be merged.\n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   python\n*   SQLite\n*   flask\n*   html\n*   tailwind CSS\n*   JavaScript\n\n\u003ch2\u003e🛡️ License:\u003c/h2\u003e\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodev717%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprodev717%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodev717%2Furl-shortener/lists"}