{"id":20986408,"url":"https://github.com/mgobeaalcoba/fast_api_python","last_synced_at":"2026-04-15T06:40:08.473Z","repository":{"id":170176140,"uuid":"646288218","full_name":"Mgobeaalcoba/fast_api_python","owner":"Mgobeaalcoba","description":"Programming and hosting a Rest API with Python's FastApi","archived":false,"fork":false,"pushed_at":"2023-06-18T21:38:30.000Z","size":918,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T01:14:17.188Z","etag":null,"topics":["api-rest","fastapi","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mgobeaalcoba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-27T22:31:26.000Z","updated_at":"2023-05-27T23:21:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1aeaff9-a815-446b-a445-7b1fca18fb34","html_url":"https://github.com/Mgobeaalcoba/fast_api_python","commit_stats":null,"previous_names":["mgobeaalcoba/fast_api_python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mgobeaalcoba/fast_api_python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Ffast_api_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Ffast_api_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Ffast_api_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Ffast_api_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mgobeaalcoba","download_url":"https://codeload.github.com/Mgobeaalcoba/fast_api_python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Ffast_api_python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31830157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["api-rest","fastapi","python3"],"created_at":"2024-11-19T06:13:29.114Z","updated_at":"2026-04-15T06:40:08.446Z","avatar_url":"https://github.com/Mgobeaalcoba.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Python Web Application\n\nThis repository contains a FastAPI web application built using Python. The application is designed to showcase the features and functionality of FastAPI, a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints.\n\n## Features\n\n- FastAPI's automatic request and response validation\n- Asynchronous support for efficient handling of concurrent requests\n- Easy-to-use and intuitive API route definition\n- Built-in support for Swagger UI and interactive API documentation\n- Dependency injection for handling complex application dependencies\n- Integration with popular databases and ORMs\n- Exception handling and error responses\n- Authentication and authorization mechanisms\n- Testable code with built-in test client\n\n## Requirements\n\n- Python 3.7+\n- FastAPI\n- Uvicorn\n- (Additional requirements depending on the project)\n\n## Getting Started\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Mgobeaalcoba/fast_api_python.git\n```\n2. Change into the project directory:\n\n```bash\ncd fast_api_python\n```\n\n3. Create a virtual environment (optional but recommended):\n\n```bash\npython -m venv venv\n```\n\n4. Activate the virtual environment:\n\n   - For Windows:\n\n```bash\nvenv\\Scripts\\activate\n```\n\n   - For macOS/Linux:\n\n```bash\nsource venv/bin/activate\n```\n\n5. Install the required dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n6. Run the application:\n\n```bash\nuvicorn main:app --reload\n```\n\n7. Open your web browser and visit `http://localhost:8000` to interact with the FastAPI application.\n\n## Project Structure\n\nThe project structure follows a recommended layout for FastAPI applications:\n\n- `app`: This directory contains the main FastAPI application code.\n  - `api`: API-related modules and routes.\n  - `models`: Data models and schemas.\n  - `services`: Business logic and services.\n  - `utils`: Utility functions and helpers.\n- `tests`: Test modules and files for testing the application.\n- `main.py`: Entrypoint to start the FastAPI application.\n- `requirements.txt`: List of project dependencies.\n\n## Contributing\n\nContributions to this FastAPI Python web application are always welcome. Here are a few ways you can help:\n\n- Report bugs and issues\n- Suggest new features and enhancements\n- Fix bugs and submit pull requests\n\nPlease make sure to follow the existing code style and conventions when making contributions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Ffast_api_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgobeaalcoba%2Ffast_api_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Ffast_api_python/lists"}