{"id":21951309,"url":"https://github.com/lauta-dev/short-url","last_synced_at":"2025-09-22T03:48:22.843Z","repository":{"id":264269552,"uuid":"866260201","full_name":"Lauta-dev/short-url","owner":"Lauta-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-27T17:46:32.000Z","size":1076,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T18:37:01.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://short-url-ebon-six.vercel.app","language":"TypeScript","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/Lauta-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-01T23:36:20.000Z","updated_at":"2025-06-27T17:46:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2321081f-bd11-44a6-b8e2-98d977f86025","html_url":"https://github.com/Lauta-dev/short-url","commit_stats":null,"previous_names":["lauta-dev/short-url"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lauta-dev/short-url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lauta-dev%2Fshort-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lauta-dev%2Fshort-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lauta-dev%2Fshort-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lauta-dev%2Fshort-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lauta-dev","download_url":"https://codeload.github.com/Lauta-dev/short-url/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lauta-dev%2Fshort-url/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276342531,"owners_count":25625581,"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-22T02:00:08.972Z","response_time":79,"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":"2024-11-29T06:13:27.063Z","updated_at":"2025-09-22T03:48:22.823Z","avatar_url":"https://github.com/Lauta-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![screenshort](https://raw.githubusercontent.com/Lauta-dev/resource/refs/heads/main/short-url.webp)\n\n# Short URL\n\nShort URL es un acortador de enlaces simple y eficiente, construido con JavaScript y CSS. Permite acortar URLs largas para facilitar su uso y compartirlas.\n\n## Características\n\n- **Acortar URLs**: Transforma URLs largas en versiones más cortas.\n- **Frontend simple**: Interfaz de usuario amigable y minimalista.\n- **Backend**: Implementación de una API para gestionar URLs.\n\n## Tecnologías utilizadas\n\n- **JavaScript**/**TypeScrupt**\n- **CSS**\n- **HTML**\n- **React**\n- **Vercel** para el despliegue\n- **Turso.tech** para el uso de la base de datos\n- **SQLite**\n\n## Instalación\n\n1. Clona este repositorio:\n```bash\ngit clone https://github.com/lauta-dev/short-url.git\n```\n\n2. Instalar depenencias\n```bash\npnpm install\n```\n\n3. Iniciar proyectos\n```bash\npnpm run dev\n```\n\n## Diagrama de la base de datos\n\n```mermaid\nerDiagram\n    users {\n        TEXT id PK \"NOT NULL UNIQUE\"\n        TEXT name \"NOT NULL UNIQUE\"\n        TEXT password \"NOT NULL\"\n        TEXT salt \"NOT NULL\"\n        TIMESTAMP created_at \"DEFAULT CURRENT_TIMESTAMP\"\n    }\n    urls {\n        TEXT id PK \"NOT NULL UNIQUE\"\n        TEXT original_url \"NOT NULL\"\n        TEXT short_url \"NOT NULL\"\n        INTEGER is_active \"NOT NULL DEFAULT '1'\"\n        TEXT user_id FK\n        TIMESTAMP created_at \"DEFAULT CURRENT_TIMESTAMP\"\n    }\n    users ||--o{ urls : \"user_id\"\n```\n\n## [Métodos HTTP](./packages/server/endpoints.http)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauta-dev%2Fshort-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flauta-dev%2Fshort-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flauta-dev%2Fshort-url/lists"}