{"id":30873764,"url":"https://github.com/aurasphere/url-shortener","last_synced_at":"2025-09-15T02:12:02.792Z","repository":{"id":293838012,"uuid":"985272816","full_name":"aurasphere/url-shortener","owner":"aurasphere","description":"Simple URL shortening service","archived":false,"fork":false,"pushed_at":"2025-05-17T12:21:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T23:53:28.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/aurasphere.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,"zenodo":null}},"created_at":"2025-05-17T12:20:19.000Z","updated_at":"2025-05-17T12:21:48.000Z","dependencies_parsed_at":"2025-05-17T13:35:01.104Z","dependency_job_id":"1b499570-c00d-4a01-a63d-ff92d588ab8a","html_url":"https://github.com/aurasphere/url-shortener","commit_stats":null,"previous_names":["aurasphere/url-shortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aurasphere/url-shortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Furl-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Furl-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Furl-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Furl-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurasphere","download_url":"https://codeload.github.com/aurasphere/url-shortener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Furl-shortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275194018,"owners_count":25421441,"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-15T02:00:09.272Z","response_time":75,"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-09-07T23:50:45.045Z","updated_at":"2025-09-15T02:12:02.764Z","avatar_url":"https://github.com/aurasphere.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL Shortener\n\nA simple URL shortening service built with Spring Boot. This application allows users to convert long URLs into shorter, more manageable links.\n\n## Features\n\n- URL shortening functionality\n- RESTful API endpoints\n- H2 in-memory database\n\n## Technologies Used\n\n- Java 17\n- Spring Boot 3.2.3\n- Spring Data JPA\n- H2 Database\n- Lombok\n- Maven\n\n## Prerequisites\n\n- JDK 17 or higher\n- Maven 3.6 or higher\n\n## Getting Started\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/aurasphere/url-shortener.git\ncd url-shortener\n```\n\n2. Build the project:\n\n```bash\nmvn clean install\n```\n\n3. Run the application:\n\n```bash\nmvn spring-boot:run\n```\n\nThe application will start on `http://localhost:8080`\n\n## API Endpoints\n\nThe service provides the following REST endpoints:\n\n- `POST /api/urls` - Creates a shortened URL\n- `GET /api/urls/{shortCode}` - Redirects to the original URL\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurasphere%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Furl-shortener/lists"}