{"id":23277917,"url":"https://github.com/pepeul1191/python-estacion-front","last_synced_at":"2026-04-19T02:03:07.222Z","repository":{"id":166353799,"uuid":"118829517","full_name":"pepeul1191/python-estacion-front","owner":"pepeul1191","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-24T22:21:15.000Z","size":951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T04:51:36.885Z","etag":null,"topics":["bottle","cors","python"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pepeul1191.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}},"created_at":"2018-01-24T22:20:53.000Z","updated_at":"2018-01-24T22:21:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b4a16fd-1666-4535-90cb-324a6212088a","html_url":"https://github.com/pepeul1191/python-estacion-front","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pepeul1191/python-estacion-front","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeul1191%2Fpython-estacion-front","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeul1191%2Fpython-estacion-front/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeul1191%2Fpython-estacion-front/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeul1191%2Fpython-estacion-front/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepeul1191","download_url":"https://codeload.github.com/pepeul1191/python-estacion-front/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeul1191%2Fpython-estacion-front/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019124,"owners_count":26086679,"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-14T02:00:06.444Z","response_time":60,"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":["bottle","cors","python"],"created_at":"2024-12-19T22:16:50.879Z","updated_at":"2025-10-14T14:15:27.713Z","avatar_url":"https://github.com/pepeul1191.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parical - Programación Web\r\n\r\n## Boilerplate Flask Python\r\n\r\nRequisitos de software previamente instalado:\r\n\r\n+ Python 3.4.3\r\n+ Python PIP\r\n\r\n### Instalación de Dependencias\r\n\r\n    $ sudo apt-get install python-pip\r\n    $ sudo pip install virtualenv\r\n    $ virtualenv -p python3 py3\r\n    $ cd py3\r\n    $ source bin/activate\r\n    $ pip install -r requirements.txt\r\n\r\n### Para arrancar la aplicación:\r\n\r\n    $ source bin/activate\r\n    $ python app.py\r\n\r\nThanks/Credits\r\n\r\n    Pepe Valdivia: developer Software Web Perú [http://softweb.pe]\r\n\r\n### Descipción\r\n\r\nServicio web desarrollado en Python usando el framework Bottle, con base de datos SQLite3.\r\n\r\n### Rutas\r\n\r\n+ (1) GET : tipo_estacion/listar\r\n+ (2) POST : tipo_estacion/crear\r\n+ (3) POST : tipo_estacion/editar\r\n+ (4) POST : tipo_estacion/eliminar\r\n+ (5) GET : estacion/listar\r\n+ (6) POST : estacion/crear\r\n+ (7) POST : estacion/editar\r\n+ (8) POST : estacion/eliminar\r\n\r\n### Preguntas\r\n\r\nHacer vistas HTML para dar mantenimiento a las tablas 'estaciones' y 'tipo_estaciones', para lo cuál se debe seguir las siguientes operaciones:\r\n\r\n+ Mostrar tipos de estaciones (servicio 1).\r\n+ Crear tipos de  estaciónes (servicio 2).\r\n+ Editar tipos de  estaciónes (servicio 3).\r\n+ Eliminar tipos de  estaciónes (servicio 4).\r\n+ Mostrar estaciones con su respectivo nombre de tipo de estación(servicio 5).\r\n+ Crear estaciónes asociando su tipo de estación(servicio 6).\r\n+ Editar estaciónes asociando su tipo de estación(servicio 7).\r\n+ Eliminar estaciónes (servicio 8).\r\n+ Mostrar con una marca en un mapa la ubicación de la estación usando su latitud y longitud.\r\n\r\n---\r\n\r\n#### Fuentes\r\n\r\n+ https://bottlepy.org/docs/dev/\r\n+ https://www.sqlalchemy.org/\r\n+ http://docs.sqlalchemy.org/en/latest/orm/basic_relationships.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepeul1191%2Fpython-estacion-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepeul1191%2Fpython-estacion-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepeul1191%2Fpython-estacion-front/lists"}