{"id":50845813,"url":"https://github.com/navaneethkrishna11/url_shortner","last_synced_at":"2026-06-14T09:05:49.606Z","repository":{"id":309868933,"uuid":"1037812305","full_name":"navaneethkrishna11/url_shortner","owner":"navaneethkrishna11","description":"Project Made With: Python 3.12 | FastAPI 0.104.0 | Pydantic 2.4.2 | Uvicorn 0.24.0 | Docker","archived":false,"fork":false,"pushed_at":"2025-08-14T08:30:02.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T09:23:45.579Z","etag":null,"topics":["docker-compose","python3"],"latest_commit_sha":null,"homepage":"https://url-shortner-m5m1.onrender.com/","language":"Python","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/navaneethkrishna11.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T06:49:38.000Z","updated_at":"2025-08-14T08:40:22.000Z","dependencies_parsed_at":"2025-08-14T09:33:59.571Z","dependency_job_id":null,"html_url":"https://github.com/navaneethkrishna11/url_shortner","commit_stats":null,"previous_names":["navaneethkrishna11/url_shortner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/navaneethkrishna11/url_shortner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navaneethkrishna11%2Furl_shortner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navaneethkrishna11%2Furl_shortner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navaneethkrishna11%2Furl_shortner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navaneethkrishna11%2Furl_shortner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navaneethkrishna11","download_url":"https://codeload.github.com/navaneethkrishna11/url_shortner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navaneethkrishna11%2Furl_shortner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34315196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["docker-compose","python3"],"created_at":"2026-06-14T09:05:48.827Z","updated_at":"2026-06-14T09:05:49.593Z","avatar_url":"https://github.com/navaneethkrishna11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL Shortener\n\nA simple and lightweight URL shortener built with **FastAPI**.  \nSupports Docker deployment or manual local running.\n\n---\n\n## 📦 Prerequisites\nBefore running, make sure you have:\n- [Python 3.10+](https://www.python.org/downloads/)\n- [Docker](https://docs.docker.com/get-docker/)\n- [Git](https://git-scm.com/)\n\n---\n\n## 🚀 Running with Docker (Recommended)\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/your-username/url-shortener.git\n   cd url-shortener\n2. **Build and start the container**\n```bash\ndocker build -t url-shortener .\ndocker run -d -p 8000:8000 url-shortener\n\nIf using docker-compose\ndocker compose up --build -d\ndocker logs url-shorter-url-shortener-1\n\n\n\nRunning Locally (Manual)\n\nClone the repository\n\ngit clone https://github.com/your-username/url-shortener.git\ncd url-shortener\n\n\nCreate \u0026 activate a virtual environment\n\npython -m venv venv\nsource venv/bin/activate   # Linux / macOS\nvenv\\Scripts\\activate      # Windows\n\n\nInstall dependencies\n\npip install -r requirements.txt\n\n\nRun the app\n\nuvicorn app.main:app --reload --host 0.0.0.0 --port 8000\n\n\nor if using run.py:\n\nuvicorn run:app --reload --host 0.0.0.0 --port 8000\n\n\nOpen in browser\n\nAPI Docs: http://localhost:8000/docs\n\nHomepage: http://localhost:8000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavaneethkrishna11%2Furl_shortner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavaneethkrishna11%2Furl_shortner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavaneethkrishna11%2Furl_shortner/lists"}