{"id":31581482,"url":"https://github.com/repollodev/ccdb","last_synced_at":"2025-10-05T21:58:54.279Z","repository":{"id":317785659,"uuid":"1065467243","full_name":"RepolloDev/CCDB","owner":"RepolloDev","description":"Sistema Web de Gestión para el Proceso de Matriculación de Cursos, Talleres y Servicios para el Centro Cultural Don Bosco, realizado con Flask y Oracle","archived":false,"fork":false,"pushed_at":"2025-10-03T01:35:31.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T03:38:24.814Z","etag":null,"topics":["flask","oracle-database","python","webapp"],"latest_commit_sha":null,"homepage":"","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/RepolloDev.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":"2025-09-27T19:39:52.000Z","updated_at":"2025-10-03T01:35:34.000Z","dependencies_parsed_at":"2025-10-03T03:38:26.952Z","dependency_job_id":"69fff378-d28b-4acd-9370-4ab343e78c44","html_url":"https://github.com/RepolloDev/CCDB","commit_stats":null,"previous_names":["repollodev/ccdb"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/RepolloDev/CCDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepolloDev%2FCCDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepolloDev%2FCCDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepolloDev%2FCCDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepolloDev%2FCCDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RepolloDev","download_url":"https://codeload.github.com/RepolloDev/CCDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepolloDev%2FCCDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526223,"owners_count":26001327,"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-10-05T02:00:06.059Z","response_time":54,"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":["flask","oracle-database","python","webapp"],"created_at":"2025-10-05T21:58:48.329Z","updated_at":"2025-10-05T21:58:54.274Z","avatar_url":"https://github.com/RepolloDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCentro Cultural Don Bosco\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.python.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://docs.astral.sh/uv/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/uv-2e1936?style=for-the-badge\u0026logo=uv\u0026logoColor=df64eb\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://flask.palletsprojects.com/en/stable/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge\u0026logo=flask\u0026logoColor=white\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://docs.oracle.com/en/database/oracle/oracle-database/21/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Oracle-F80000?style=for-the-badge\u0026logo=square\u0026logoColor=white\"/\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [!important]\n\u003e Proyecto realizado únicamente con fines educativos para la materia _Base de Datos 2_\n\n## 🚀 Comienzo rápido\n\nPrimero es necesario clonar el\nrepositorio y entrar a este mediante\nla terminal.\n\n```bash\n# Clonar el repositorio\ngit clone https://github.com/RepolloDev/CCDB.git\n# Entrar al directorio del proyecto\ncd CCDB\n```\n\nUtilizando [uv](https://docs.astral.sh/uv/)\nse crea el entorno virtual dentro del\nproyecto `.venv`, instalar las librarías\nexternas y correr el proyecto con el\narchivo `main.py`.\n\n\u003e [!tip]\n\u003e [uv](https://docs.astral.sh/uv/) es un\n\u003e **Gestor de paquetes para Python** rápido\n\u003e y fácil de usar, similar a `pip` de Python,\n\u003e pero con mejoras grandes\n\n```bash\n# Crear el entorno virtual\nuv venv\n# Instalar las librarias\nuv install\n# Correr `main.py`\nuv run main.py\n```\n\nCon todo esto correría el proyecto 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepollodev%2Fccdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepollodev%2Fccdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepollodev%2Fccdb/lists"}