{"id":29652522,"url":"https://github.com/tbcks10/crud-fastapi-postgresql","last_synced_at":"2026-05-15T13:36:19.635Z","repository":{"id":303813459,"uuid":"1016777868","full_name":"tbcks10/CRUD-FastAPI-PostgreSQL","owner":"tbcks10","description":"This repository provides a robust and scalable project template for building high-performance RESTful APIs using Python, FastAPI, and PostgreSQL. It is built upon a clean, modular architecture that separates concerns into distinct layers: API endpoints, business logic (CRUD operations), and data models. ","archived":false,"fork":false,"pushed_at":"2025-07-09T14:17:50.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-22T06:06:28.371Z","etag":null,"topics":["crud","fasapi","postgresql","python"],"latest_commit_sha":null,"homepage":"","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/tbcks10.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-07-09T14:05:00.000Z","updated_at":"2025-07-09T15:00:28.000Z","dependencies_parsed_at":"2025-07-09T15:34:42.898Z","dependency_job_id":"92a1ec25-4abe-4cc7-8a50-215c154f1481","html_url":"https://github.com/tbcks10/CRUD-FastAPI-PostgreSQL","commit_stats":null,"previous_names":["tbcks10/crud-fastapi-postgresql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tbcks10/CRUD-FastAPI-PostgreSQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbcks10%2FCRUD-FastAPI-PostgreSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbcks10%2FCRUD-FastAPI-PostgreSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbcks10%2FCRUD-FastAPI-PostgreSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbcks10%2FCRUD-FastAPI-PostgreSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbcks10","download_url":"https://codeload.github.com/tbcks10/CRUD-FastAPI-PostgreSQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbcks10%2FCRUD-FastAPI-PostgreSQL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677448,"owners_count":24457852,"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-10T02:00:08.965Z","response_time":71,"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":["crud","fasapi","postgresql","python"],"created_at":"2025-07-22T06:01:41.971Z","updated_at":"2026-05-15T13:36:19.602Z","avatar_url":"https://github.com/tbcks10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume   Project Overview\n\n\n  This repository provides a robust and scalable project template for building high-performance RESTful APIs\n   using Python, FastAPI, and PostgreSQL. It is built upon a clean, modular architecture that separates\n  concerns into distinct layers: API endpoints, business logic (CRUD operations), and data models. This\n  structure provides a solid foundation for developing maintainable and scalable backend applications.\n\n  Key Features \u0026 Market Value\n\n\n   * High Performance: Leverages the full speed of FastAPI, one of the fastest Python web frameworks\n     available, ensuring low latency and high throughput for your applications.\n   * Rapid Development: Designed to be intuitive and easy to code. Features like Pydantic data validation and\n     automatic interactive API documentation (via Swagger UI) drastically reduce development time and\n     time-to-market.\n   * Reliability \u0026 Data Integrity: Enforces strict data validation for all incoming and outgoing data through\n     Pydantic schemas, minimizing bugs and ensuring data consistency.\n   * Scalable \u0026 Maintainable: The modular architecture makes it simple to add new features, troubleshoot\n     issues, and onboard new developers. The clear separation of logic prevents code from becoming tangled as\n     the project grows.\n   * Secure Database Interaction: Uses SQLAlchemy, a powerful and secure SQL toolkit that helps prevent common\n      vulnerabilities like SQL injection.\n\n  Common Use Cases \u0026 Applications\n\n  This template is the ideal starting point for a wide range of backend services, including:\n\n\n   * E-commerce Platforms: Manage products, customers, orders, and inventory.\n   * Content Management Systems (CMS): Power blogs, websites, and documentation platforms.\n   * APIs for Mobile Apps: Provide a reliable backend for social networks, delivery services, fitness\n     trackers, and more.\n   * SaaS Products: Build the core business logic for any Software-as-a-Service application.\n   * IoT Platforms: Ingest, process, and serve data from IoT devices and sensors.\n   * Internal Business Tools: Create systems for task management, scheduling, or data administration.\n\n\n# Install the required packages\n   `python -m pip install -r requirements.txt`\n\n#If everything completes should be available on [notes](http://localhost:8000/api/blogs)\n#Docs are generated on [docs](http://localhost:8000/docs)\n\n## Tests\n\nTests are available using pytest\nRun them using `pytest .` while in the root directory (/python-fastapi-postgresql-curd-example)\n\n## Documentation\nOpen API Documentation is provided by [Redoc](http://localhost:8000/redoc)\n\n# Start the app using Uvicorn\n `uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000`\n or 'uvicorn app.main:app --reload'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbcks10%2Fcrud-fastapi-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbcks10%2Fcrud-fastapi-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbcks10%2Fcrud-fastapi-postgresql/lists"}