{"id":25403109,"url":"https://github.com/juanpq26/blogging-platform-api","last_synced_at":"2026-05-08T03:43:36.143Z","repository":{"id":287559786,"uuid":"931854415","full_name":"JuanPQ26/blogging-platform-api","owner":"JuanPQ26","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T00:51:52.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:46:49.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JuanPQ26.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":"2025-02-13T00:49:56.000Z","updated_at":"2025-02-13T00:51:55.000Z","dependencies_parsed_at":"2025-04-12T14:10:52.520Z","dependency_job_id":"f291fc5b-ea77-461f-886a-147d5b4d568c","html_url":"https://github.com/JuanPQ26/blogging-platform-api","commit_stats":null,"previous_names":["juanpq26/blogging-platform-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuanPQ26/blogging-platform-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPQ26%2Fblogging-platform-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPQ26%2Fblogging-platform-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPQ26%2Fblogging-platform-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPQ26%2Fblogging-platform-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanPQ26","download_url":"https://codeload.github.com/JuanPQ26/blogging-platform-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPQ26%2Fblogging-platform-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268655064,"owners_count":24285127,"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-08-04T02:00:09.867Z","response_time":79,"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":["fastapi","poetry","pydantic","python","sqlite","sqlmodel","uvicorn"],"created_at":"2025-02-16T02:27:55.516Z","updated_at":"2025-10-25T20:47:08.041Z","avatar_url":"https://github.com/JuanPQ26.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogging Platform API\n\nEste es un proyecto base que utiliza **FastAPI** con **SQLModel** y **SQLite**, administrado con **Poetry** para la gestión de dependencias.\n\n## Requisitos\n\nAntes de comenzar, asegúrate de tener instalado lo siguiente:\n\n- [Python](https://www.python.org/) 3.8+\n- [Poetry](https://python-poetry.org/docs/#installation)\n\n## Instalación\n\nClona el repositorio y entra en la carpeta del proyecto:\n\n```bash\ngit clone https://github.com/tuusuario/tu-repo.git\ncd tu-repo\n```\n\nInstala las dependencias con Poetry:\n\n```bash\npoetry install\n```\n\nActiva el entorno virtual:\n\n```bash\npoetry shell\n```\n\n## Ejecución del servidor\n\nPara iniciar el servidor de desarrollo de FastAPI, usa el siguiente comando:\n\n```bash\npoetry uvicorn app.main:app --reload\n```\n\nEl servidor estará disponible en: [http://127.0.0.1:8000](http://127.0.0.1:8000)\n\nLa documentación interactiva de la API está en:\n\n- **Swagger UI**: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)\n- **ReDoc**: [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)\n\n## Despliegue\n\nPara ejecutar el servidor en producción, usa:\n\n```bash\nuvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpq26%2Fblogging-platform-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanpq26%2Fblogging-platform-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpq26%2Fblogging-platform-api/lists"}