{"id":31206503,"url":"https://github.com/jcomte23/biblioteca-easy","last_synced_at":"2026-02-16T19:39:09.139Z","repository":{"id":308618374,"uuid":"1033468826","full_name":"jcomte23/biblioteca-easy","owner":"jcomte23","description":"Este es un sistema monolítico para la gestión de una biblioteca, que permite administrar usuarios, libros y préstamos","archived":false,"fork":false,"pushed_at":"2025-08-09T00:14:42.000Z","size":69,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T19:56:37.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcomte23.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-08-06T21:34:02.000Z","updated_at":"2025-08-12T09:59:26.000Z","dependencies_parsed_at":"2025-08-06T23:32:34.653Z","dependency_job_id":"142f91c4-b3bd-4165-8c81-70d6afdbfa6b","html_url":"https://github.com/jcomte23/biblioteca-easy","commit_stats":null,"previous_names":["jcomte23/biblioteca-easy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcomte23/biblioteca-easy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcomte23%2Fbiblioteca-easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcomte23%2Fbiblioteca-easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcomte23%2Fbiblioteca-easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcomte23%2Fbiblioteca-easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcomte23","download_url":"https://codeload.github.com/jcomte23/biblioteca-easy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcomte23%2Fbiblioteca-easy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29516176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-20T19:56:31.358Z","updated_at":"2026-02-16T19:39:09.115Z","avatar_url":"https://github.com/jcomte23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Sistema de Gestión de Biblioteca\n\nEste es un sistema monolítico para la gestión de una biblioteca, que permite administrar usuarios, libros y préstamos. El backend está construido con **Node.js** y **Express**, la base de datos se gestiona con **MySQL**, y el frontend se encuentra dentro de la carpeta `app`.\n\n---\n\n## 🚀 Tecnologías utilizadas\n\n- Node.js\n- Express.js\n- MySQL\n- HTML, CSS, JavaScript (Frontend)\n- csv-parser (para cargar datos desde archivos CSV)\n- vite\n\n---\n\n## 📁 Estructura del proyecto\n```bash\nbiblioteca/\n│\n├── docs/ # Documentation\n│       ...\n├── app/ # Frontend (HTML, CSS, JS)\n│       ...\n├── server/ # Backend\n│       ...\n├── index.html \n├── .env # Variables de entorno\n├── .gitignore\n└── README.md\n```\n\n## 📦 Instalación\n\n1. Clona el repositorio:\n\n```bash\ngit clone https://github.com/jcomte23/biblioteca-easy.git\ncd biblioteca\n```\n2. Instala dependencias:\n\n```bash\nnpm install\n```\n\n3. Crea y configura el archivo .env:\n\n```bash\nDB_HOST=localhost\nDB_USER=root\nDB_PASSWORD=password\nDB_NAME=db_name\nDB_PORT=3306\n```\n\n4. Inicializa el backend:\n```bash\nnode server/index.js\n```\n\n5. Inicializa el frontend:\n```bash\nnpm run dev\n```\n\n# 📬 Licencia\nEste proyecto está bajo licencia MIT. Puedes usarlo, modificarlo y distribuirlo libremente.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcomte23%2Fbiblioteca-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcomte23%2Fbiblioteca-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcomte23%2Fbiblioteca-easy/lists"}