{"id":29781886,"url":"https://github.com/luispfa/python-fastapi-tutorial","last_synced_at":"2025-07-27T14:09:41.081Z","repository":{"id":304531014,"uuid":"1007914490","full_name":"Luispfa/python-fastapi-tutorial","owner":"Luispfa","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-13T17:09:17.000Z","size":1957,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T18:39:51.610Z","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/Luispfa.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-06-24T18:20:58.000Z","updated_at":"2025-07-13T17:09:20.000Z","dependencies_parsed_at":"2025-07-13T18:39:54.214Z","dependency_job_id":"730332d0-15c1-4895-9d39-745f75ece1b4","html_url":"https://github.com/Luispfa/python-fastapi-tutorial","commit_stats":null,"previous_names":["luispfa/python-fastapi-tutorial"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Luispfa/python-fastapi-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luispfa%2Fpython-fastapi-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luispfa%2Fpython-fastapi-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luispfa%2Fpython-fastapi-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luispfa%2Fpython-fastapi-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luispfa","download_url":"https://codeload.github.com/Luispfa/python-fastapi-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luispfa%2Fpython-fastapi-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267368932,"owners_count":24076093,"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-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2025-07-27T14:09:39.646Z","updated_at":"2025-07-27T14:09:41.075Z","avatar_url":"https://github.com/Luispfa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 FastAPI Demo / Demostración FastAPI\n\n![Python](https://img.shields.io/badge/Python-3.11-blue?logo=python)\n![FastAPI](https://img.shields.io/badge/FastAPI-Modern%20Web%20Framework-009688?logo=fastapi)\n![Docker](https://img.shields.io/badge/Docker-Required-blue?logo=docker)\n![Uvicorn](https://img.shields.io/badge/Uvicorn-ASGI%20Server-critical?logo=uvicorn)\n\n## Bilingual README / README Bilingüe\n\nThis repository is bilingual. Below you will find the English version followed by the Spanish version.  \nEste repositorio es bilingüe. A continuación encontrarás la versión en inglés seguida de la versión en español.\n\n---\n\n\u003cdiv style=\"display: block; text-align: center;\"\u003e\n\u003cimg src=\"youtube-banner.png\" alt=\"@fitCoding - Python - FastAPI\" style=\"max-width: 30%; float: left; margin-right: 20px;\"\u003e\n\n  \u003cdiv style=\"max-width: 70%; text-align: left;\"\u003e\n    \u003cstrong style=\"font-size: 30px; font-weight: bold;\"\u003eTutorial \"Python - FastAPI\"\u003c/strong\u003e\n    \u003cbr\u003e\n    \u003cspan style=\"font-size: 24px;\"\u003eSoftware Development with Python 3.11.9\u003c/span\u003e\n    \u003cbr\u003e\n    \u003cspan style=\"font-size: 24px;\"\u003eDesarrollo de Software con Python 3.11.9\u003c/span\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\u003cp\u003e\u003c/p\u003e\n\n---\n\n# Python FastAPI Tutorial\n\nThis repository showcases a demonstration project built with **Python** and **FastAPI**, focusing on clean architecture, high performance, and scalability. It serves as a practical example for building modern APIs using FastAPI's powerful features.\n\n## 🚀 Features\n\n- **FastAPI**: A modern, high-performance web framework for building APIs with Python 3.7+.\n- **Uvicorn**: A lightning-fast ASGI server implementation, using `uvloop` and `httptools`.\n- **Dockerized**: Simplified setup and deployment using Docker and Docker Compose.\n- **Interactive Documentation**: Automatically generated API docs with Swagger UI and ReDoc.\n\n## 📦 Getting Started\n\n### Prerequisites\n\n- [Docker](https://www.docker.com/get-started) installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Luispfa/python-fastapi-tutorial.git\n   cd python-fastapi-tutorial\n   ```\n\n2. Build and run the Docker container:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n   The application will be accessible at [http://localhost:8000](http://localhost:8000).\n\n## 📚 API Documentation\n\n- Swagger UI: [http://localhost:8000/docs](http://localhost:8000/docs)\n- ReDoc: [http://localhost:8000/redoc](http://localhost:8000/redoc)\n\nThese interfaces provide interactive exploration and testing of the API endpoints.\n\n## 🧪 Example Endpoints\n\n- `GET /`: Returns a welcome message.\n\nFeel free to extend the API with additional routes and functionalities as needed.\n\n## 🛠️ Project Structure\n\n```\npython-fastapi/\n├── docker/\n|    ├── Dockerfile\n|    └── requirements.txt\n├── main.py\n└── docker-compose.yml\n```\n\n- `main.py`: Entry point of the FastAPI application.\n- `Dockerfile`: Defines the Docker image for the application.\n- `docker-compose.yml`: Configures the Docker services.\n\n---\n\n# Tutorial de Python con FastAPI\n\nEste repositorio presenta un proyecto de demostración construido con **Python** y **FastAPI**, enfocándose en una arquitectura limpia, alto rendimiento y escalabilidad. Sirve como un ejemplo práctico para construir APIs modernas utilizando las potentes características de FastAPI.\n\n## 🚀 Características\n\n- **FastAPI**: Un framework web moderno y de alto rendimiento para construir APIs con Python 3.7+.\n- **Uvicorn**: Un servidor ASGI extremadamente rápido, utilizando `uvloop` y `httptools`.\n- **Dockerizado**: Configuración y despliegue simplificados usando Docker y Docker Compose.\n- **Documentación Interactiva**: Documentación de la API generada automáticamente con Swagger UI y ReDoc.\n\n## 📦 Comenzando\n\n### Requisitos Previos\n\n- Tener [Docker](https://www.docker.com/get-started) instalado en tu máquina.\n\n### Instalación\n\n1. Clona el repositorio:\n\n   ```bash\n   git clone https://github.com/Luispfa/python-fastapi-tutorial.git\n   cd python-fastapi-tutorial\n   ```\n\n2. Construye y ejecuta el contenedor Docker:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n   La aplicación estará accesible en [http://localhost:8000](http://localhost:8000).\n\n## 📚 Documentación de la API\n\n- Swagger UI: [http://localhost:8000/docs](http://localhost:8000/docs)\n- ReDoc: [http://localhost:8000/redoc](http://localhost:8000/redoc)\n\nEstas interfaces proporcionan una exploración y prueba interactivas de los endpoints de la API.\n\n## 🧪 Endpoints de Ejemplo\n\n- `GET /`: Devuelve un mensaje de bienvenida.\n\nSiéntete libre de extender la API con rutas y funcionalidades adicionales según sea necesario.\n\n## 🛠️ Estructura del Proyecto\n\n```\npython-fastapi/\n├── docker/\n|    ├── Dockerfile\n|    └── requirements.txt\n├── main.py\n└── docker-compose.yml\n```\n\n- `main.py`: Punto de entrada de la aplicación FastAPI.\n- `Dockerfile`: Define la imagen Docker para la aplicación.\n- `docker-compose.yml`: Configura los servicios Docker.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluispfa%2Fpython-fastapi-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluispfa%2Fpython-fastapi-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluispfa%2Fpython-fastapi-tutorial/lists"}