{"id":20411285,"url":"https://github.com/davorpa/hab-m05","last_synced_at":"2026-04-23T03:32:21.970Z","repository":{"id":37016113,"uuid":"314633790","full_name":"davorpa/hab-m05","owner":"davorpa","description":"Hack A Boss Bootcamp - Module 05 (SQL)","archived":false,"fork":false,"pushed_at":"2023-03-05T08:58:39.000Z","size":6536,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T03:16:55.443Z","etag":null,"topics":["bootcamp","classroom","database","database-design","database-diagram","entity-relationship-diagram","entity-relationship-diagrams","exercises","exercism","hack-a-boss","hackaboss","mysql","rdbms","sql","sql-dcl","sql-ddl","sql-dml","sql-query"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davorpa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-11-20T18:11:21.000Z","updated_at":"2022-02-27T09:36:48.000Z","dependencies_parsed_at":"2024-11-15T05:52:14.682Z","dependency_job_id":null,"html_url":"https://github.com/davorpa/hab-m05","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davorpa/hab-m05","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-m05","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-m05/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-m05/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-m05/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davorpa","download_url":"https://codeload.github.com/davorpa/hab-m05/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-m05/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32164953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootcamp","classroom","database","database-design","database-diagram","entity-relationship-diagram","entity-relationship-diagrams","exercises","exercism","hack-a-boss","hackaboss","mysql","rdbms","sql","sql-dcl","sql-ddl","sql-dml","sql-query"],"created_at":"2024-11-15T05:52:08.492Z","updated_at":"2026-04-23T03:32:21.952Z","avatar_url":"https://github.com/davorpa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hab-m05. SQL\n\nThis project _(Module 05)_ holds the coding exercises 🧑‍💻 planed by teachers 🧑‍🏫 about topic _SQL_ during my [Hack A Boss bootcamp](https://hackaboss.dev/bootcamp-programacion-remoto).\n\nAlso some usefull notes taken during that remote classes happens.\n\nWe are hackers 🧑‍🎓🧑‍💻🧞, we are bossers 🕴️, we are remoters 🌐⛓️.\n\n\n## Requirements\n\n**MySQL** (https://www.mysql.com). Tanto el server como el workbench. Seguir [guía de instalación del profesor](teacher-docs/INSTALACION-MYSQL.md).\n\n**DIA** (https://dia-installer.de). para hacer diagramación entidad-relación (EDRs) y modelado DDBB (Relational Schemas).\n\n```bash\nsudo apt update\nsudo apt install dia\n```\n\nOtrás alternativas a DIA:\n- Microsoft Visio (https://www.microsoft.com/microsoft-365/visio): es de pago.\n- Enterprise Architect (https://sparxsystems.com): es de pago pero muy potente.\n- ERDPlus (https://erdplus.com/): editor online específico para EDR.\n- Draw-IO (https://www.diagrams.net): cliente online y de escritorio con un sinfin de posibilidades. Integración con repositorios.\n\n## Initialization\n\nPor la terminal ejecutamos en orden los siguientes comandos:\n\n```bash\n# Creamos la carpeta del módulo y nos metemos en ella\nmkdir hab-mod05\ncd hab-mod05\n\n# Inicializamos su repositorio\ngit init\n\n# Agregamos contenido\necho \"# MODULE 05 - SQL\" \u003e\u003e README.md\necho \"\" \u003e\u003e .gitignore\n\n## Agregamos al repositorio\ngit add --all\ngit commit -m \"🎉 Commit inicial. MODULE 05 - SQL\"\n\n```\n\n\n## How to contribute\n\nFor information ℹ️ on adding any content, please see first the [CONTRIBUTING file](CONTRIBUTING.md).\n\n\n## License\n\nThe content of this project itself and the underlying source code used to format and display that content is licensed under the [The GNU Affero General Public License Version 3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavorpa%2Fhab-m05","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavorpa%2Fhab-m05","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavorpa%2Fhab-m05/lists"}