{"id":23702988,"url":"https://github.com/augsmachado/fastapi-postgres","last_synced_at":"2026-04-16T10:35:27.563Z","repository":{"id":270058784,"uuid":"908255903","full_name":"augsmachado/fastapi-postgres","owner":"augsmachado","description":"A robust web application built with FastAPI, PostgreSQL, and SQLAlchemy, featuring comprehensive database migrations and modern Python development practices to catalog users.","archived":false,"fork":false,"pushed_at":"2025-02-22T02:05:24.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T09:19:51.883Z","etag":null,"topics":["docker","fastapi","postgresql","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augsmachado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["augsmachado"],"custom":["http://t.ly/UJXWZ"]}},"created_at":"2024-12-25T15:39:42.000Z","updated_at":"2025-02-22T02:05:27.000Z","dependencies_parsed_at":"2024-12-28T05:18:04.696Z","dependency_job_id":"56d42ae7-3e82-451f-9c67-f898dd532caf","html_url":"https://github.com/augsmachado/fastapi-postgres","commit_stats":null,"previous_names":["augsmachado/fastapi-postgres"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/augsmachado/fastapi-postgres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Ffastapi-postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Ffastapi-postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Ffastapi-postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Ffastapi-postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augsmachado","download_url":"https://codeload.github.com/augsmachado/fastapi-postgres/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augsmachado%2Ffastapi-postgres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","fastapi","postgresql","python","sqlalchemy"],"created_at":"2024-12-30T13:00:23.891Z","updated_at":"2026-04-16T10:35:27.547Z","avatar_url":"https://github.com/augsmachado.png","language":"Python","readme":"# FastAPI Postgres Project\n\n## Overview\n\nA robust web application built with FastAPI, PostgreSQL, and SQLAlchemy, featuring comprehensive database migrations and modern Python development practices.\n\n![Screenshot 2024-12-28 at 2 06 07 AM](https://github.com/user-attachments/assets/7258e20c-bba3-4254-a2a0-6e15110c20ab)\n\n## 🚀 Features\n\n-   FastAPI backend\n-   PostgreSQL database integration\n-   SQLAlchemy ORM\n-   Alembic database migrations\n-   Comprehensive GitHub Actions workflows\n-   CodeQL security analysis\n\n## 🛠 Tech Stack\n\n-   Python 3.11\n-   FastAPI\n-   PostgreSQL\n-   SQLAlchemy\n-   Alembic\n-   GitHub Actions\n-   Docker (optional)\n\n## 📦 Prerequisites\n\n-   Python 3.11+\n-   PostgreSQL\n-   pip\n\n## 🔧 Installation\n\n### 1. Clone Repository\n\n```bash\ngit clone https://github.com/augsmachado/fastapi-postgres.git\ncd fastapi-postgres\n```\n\n### 2. Create Virtual Environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n```\n\n### 3. Install Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 4. Database Setup\n\n```bash\n# Configure your database connection in .env or environment variables\nalembic upgrade head\n```\n\n### 🚦 Running the Application\n\n```bash\nuvicorn main:app --reload\n```\n\n### 🔍 Testing\n\n```bash\npytest\n```\n\n### 🔐 Security\n\n-   CodeQL analysis integrated\n-   Dependabot for dependency updates\n-   Regular security scans\n\n### 📋 Database Migrations\n\n```bash\n# Create a new migration\nalembic revision --autogenerate -m \"Description of changes\"\n\n# Apply migrations\nalembic upgrade head\n```\n\n### 🤝 Contributing\n\nFeel free to submit issues or pull requests for improvements or bug fixes. Use the framework below:\n\n-   Fork the repository\n-   Create your feature branch\n-   Commit your changes\n-   Push to the branch\n-   Create a Pull Request\n\n### 📄 License\n\nThis project is licensed under the Apache License 2.0.\nSee the LICENSE file for details.\n","funding_links":["https://github.com/sponsors/augsmachado","http://t.ly/UJXWZ"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugsmachado%2Ffastapi-postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugsmachado%2Ffastapi-postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugsmachado%2Ffastapi-postgres/lists"}