{"id":27167996,"url":"https://github.com/jorgereyesti/prueba","last_synced_at":"2026-05-07T10:35:25.600Z","repository":{"id":286925385,"uuid":"962990852","full_name":"jorgereyesti/prueba","owner":"jorgereyesti","description":"Aplicación WEB el cual registra el CRUD de las Personas en Situación de Calle en San Miguel de Tucumán.","archived":false,"fork":false,"pushed_at":"2025-04-09T02:06:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T03:57:56.746Z","etag":null,"topics":["crud","database","flask","python3","sqlite3"],"latest_commit_sha":null,"homepage":" https://crud-personas-en-sitacion-de-calle-smt.onrender.com","language":"HTML","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/jorgereyesti.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}},"created_at":"2025-04-09T01:48:07.000Z","updated_at":"2025-04-09T02:09:01.000Z","dependencies_parsed_at":"2025-04-09T05:30:39.401Z","dependency_job_id":null,"html_url":"https://github.com/jorgereyesti/prueba","commit_stats":null,"previous_names":["jorgereyesti/prueba"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorgereyesti/prueba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgereyesti%2Fprueba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgereyesti%2Fprueba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgereyesti%2Fprueba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgereyesti%2Fprueba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgereyesti","download_url":"https://codeload.github.com/jorgereyesti/prueba/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgereyesti%2Fprueba/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259908805,"owners_count":22930479,"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","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":["crud","database","flask","python3","sqlite3"],"created_at":"2025-04-09T05:19:22.025Z","updated_at":"2026-05-07T10:35:25.558Z","avatar_url":"https://github.com/jorgereyesti.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Registro de Personas en Situación de Calle - SMT\n\nEste es un proyecto CRUD (Crear, Leer, Actualizar, Eliminar) desarrollado con **Flask** y **SQLite** para gestionar un registro de personas en situación de calle. Incluye la posibilidad de agregar múltiples problemáticas por persona, registrar ubicación y contacto de emergencia.\n\n## 🚀 Demo Online\n\nYa puedes ver el proyecto funcionando aquí:\n👉 [https://crud-personas-en-sitacion-de-calle-smt.onrender.com](https://crud-personas-en-sitacion-de-calle-smt.onrender.com)\n\n---\n\n## ⚙️ Requisitos\n- Python 3.8 o superior\n- pip (gestor de paquetes)\n\n---\n\n## 🧰 Instalación Local\n\n1. Clona este repositorio:\n```bash\ngit clone https://github.com/tu-usuario/tu-repo.git\ncd tu-repo\n```\n\n2. Crea un entorno virtual (opcional pero recomendado):\n```bash\npython -m venv venv\nsource venv/bin/activate  # En Windows: venv\\Scripts\\activate\n```\n\n3. Instala las dependencias:\n```bash\npip install -r requirements.txt\n```\n\n4. Ejecuta la app localmente:\n```bash\npython app.py\n```\n\n5. Abre tu navegador en:\n```\nhttp://127.0.0.1:5000/\n```\n\n---\n\n## 📁 Estructura del Proyecto\n```\n├── app.py                  # Lógica principal de Flask\n├── registro.db             # Base de datos SQLite\n├── templates/              # Vistas HTML (index, agregar, editar)\n├── static/                 # Archivos CSS, JS (opcional)\n├── requirements.txt        # Dependencias del proyecto\n├── README.md\n└── .gitignore\n```\n\n---\n\n## ✅ Funcionalidades\n- Listado de personas con sus datos básicos\n- Registro de múltiples problemáticas por persona\n- Registro de dirección y coordenadas geográficas\n- Edición y eliminación de registros\n- Visualización online\n\n---\n\n## 🛰️ Hosting en Render\n\nEste proyecto está alojado en **Render.com**, un servicio gratuito para apps web. Utiliza `gunicorn` como servidor de producción.\n\n**Start Command:**\n```bash\ngunicorn app:app\n```\n\n**Build Command:**\n```bash\npip install -r requirements.txt\n```\n\n---\n\n## 🧾 Licencia\nEste proyecto está bajo la Licencia MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgereyesti%2Fprueba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgereyesti%2Fprueba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgereyesti%2Fprueba/lists"}