{"id":23687562,"url":"https://github.com/jimcostdev/fastapi-test","last_synced_at":"2026-04-14T06:33:55.798Z","repository":{"id":235210804,"uuid":"790300512","full_name":"JimcostDev/fastapi-test","owner":"JimcostDev","description":"En este tutorial, aprenderás a construir una API simple usando FastAPI, uno de los frameworks más rápidos y eficientes para desarrollar APIs en Python.","archived":false,"fork":false,"pushed_at":"2024-09-13T13:24:09.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T05:45:29.514Z","etag":null,"topics":["fastapi","mongodb","python"],"latest_commit_sha":null,"homepage":"https://jimcostdev.com","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/JimcostDev.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":"2024-04-22T16:21:09.000Z","updated_at":"2024-09-13T13:24:12.000Z","dependencies_parsed_at":"2024-12-29T23:51:03.826Z","dependency_job_id":"f138b67c-ab49-455c-b4de-4318045f9e76","html_url":"https://github.com/JimcostDev/fastapi-test","commit_stats":null,"previous_names":["jimcostdev/fastapi-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JimcostDev/fastapi-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimcostDev%2Ffastapi-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimcostDev%2Ffastapi-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimcostDev%2Ffastapi-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimcostDev%2Ffastapi-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JimcostDev","download_url":"https://codeload.github.com/JimcostDev/fastapi-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimcostDev%2Ffastapi-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["fastapi","mongodb","python"],"created_at":"2024-12-29T23:50:52.528Z","updated_at":"2026-04-14T06:33:55.792Z","avatar_url":"https://github.com/JimcostDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial: Cómo crear tu primer API con FastAPI\n\nEn este tutorial, aprenderás a construir una API simple usando **FastAPI**, uno de los frameworks más rápidos y eficientes para Python.\n\n## 📺 Recursos del Tutorial\n\nHaz clic en la imagen para ver el video completo paso a paso:\n\n[![Ver Tutorial en YouTube](https://img.youtube.com/vi/BZZOuM1UpyI/maxresdefault.jpg)](https://youtu.be/BZZOuM1UpyI)\n\n## Cómo probarlo\n\n1. **Clona este repositorio** ejecutando el siguiente comando:\n\n    ```bash\n    git clone https://github.com/JimcostDev/fastapi-test.git\n    ```\n\n2. **Crea y activa tu entorno virtual**:\n\n    - Crea un entorno virtual:\n\n        ```bash\n        python -m venv venv\n        ```\n\n    - Activa el entorno virtual:\n\n        - En **Windows**:\n\n            ```bash\n            venv\\Scripts\\activate\n            ```\n\n        - En **macOS y Linux**:\n\n            ```bash\n            source venv/bin/activate\n            ```\n\n3. **Instala las dependencias requeridas**:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Ejecute el servidor con:**\n    ```bash\n    fastapi dev main.py # mode dev\n    fastapi run # mode prod\n    ```\n5. **Actualizar versión de FastAPI**:\n ```bash\n    pip install --upgrade fastapi\n ```\n ### Puedes  instalar las dependecias individualmente con:\n```bash\n    pip install \"fastapi[standard]\"\n    pip install pymongo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimcostdev%2Ffastapi-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimcostdev%2Ffastapi-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimcostdev%2Ffastapi-test/lists"}