{"id":31646395,"url":"https://github.com/offlabel-scaffolds/scaffold-fastapi-backend","last_synced_at":"2026-05-04T00:31:56.876Z","repository":{"id":317772005,"uuid":"1068762522","full_name":"offlabel-scaffolds/scaffold-fastapi-backend","owner":"offlabel-scaffolds","description":"FastAPI Python backend with SQLAlchemy, Alembic, and OpenAPI","archived":false,"fork":false,"pushed_at":"2025-10-03T17:59:36.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T22:32:22.679Z","etag":null,"topics":["api","fastapi","openapi","postgres","priority-critical","python","scaffold","sqlalchemy"],"latest_commit_sha":null,"homepage":null,"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/offlabel-scaffolds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T21:46:16.000Z","updated_at":"2025-10-03T17:59:39.000Z","dependencies_parsed_at":"2025-10-03T00:24:40.756Z","dependency_job_id":"5a283250-de0d-409d-9bb7-d2205d7e516d","html_url":"https://github.com/offlabel-scaffolds/scaffold-fastapi-backend","commit_stats":null,"previous_names":["offlabel-scaffolds/scaffold-fastapi-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/offlabel-scaffolds/scaffold-fastapi-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offlabel-scaffolds%2Fscaffold-fastapi-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offlabel-scaffolds%2Fscaffold-fastapi-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offlabel-scaffolds%2Fscaffold-fastapi-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offlabel-scaffolds%2Fscaffold-fastapi-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offlabel-scaffolds","download_url":"https://codeload.github.com/offlabel-scaffolds/scaffold-fastapi-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offlabel-scaffolds%2Fscaffold-fastapi-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["api","fastapi","openapi","postgres","priority-critical","python","scaffold","sqlalchemy"],"created_at":"2025-10-07T05:49:26.883Z","updated_at":"2026-05-04T00:31:56.848Z","avatar_url":"https://github.com/offlabel-scaffolds.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scaffold-fastapi-backend\n\nProduction-ready FastAPI backend with PostgreSQL\n\n**Built by [Augustus Rivers](https://offlabel.design)** - because building from scratch every time sucks.\n\n## What's This?\n\nA production-ready scaffold that actually works. Not some half-assed tutorial code,\nbut real shit you can deploy. Still needs customization for your specific use case,\nbut the hard parts are done.\n\n## Setup\n\n```bash\n# Clone it\ngit clone https://github.com/offlabel-scaffolds/scaffold-fastapi-backend.git\ncd scaffold-fastapi-backend\n\n# Check the setup instructions in docs/\n# (Each scaffold is different, so read those first)\n```\n\n## What's Included\n\n- Production-ready configuration files\n- Proper error handling (not just `console.log` everywhere)\n- Documentation that doesn't assume you're psychic\n- Tests setup (you should write more tests though)\n- CI/CD pipeline ready to go\n- Docker config for easy deployment\n\n## Customization\n\nThis is a scaffold, not a straitjacket. Change whatever you need:\n\n- Update configs for your stack\n- Replace placeholder values\n- Add your own features\n- Remove stuff you don't need\n\nThe code has comments explaining the non-obvious bits. I spent time on this\nso you don't have to spend time debugging weird edge cases at 2am.\n\n## Common Issues\n\nMost problems are environment-related:\n- Check your .env file (copy from .env.example)\n- Make sure dependencies are installed\n- Read the error messages (I know, revolutionary concept)\n\nIf something's actually broken, open an issue or email me.\n\n## Structure\n\n```\n.\n├── src/ # Source code\n├── docs/ # Documentation\n├── tests/ # Tests (write more!)\n├── .github/ # CI/CD workflows\n└── config/ # Configuration files\n```\n\n## Deployment\n\nSee [docs/DEPLOYMENT.md](./docs/DEPLOYMENT.md) for deployment instructions.\n\nTL;DR: It's containerized, so deploy anywhere that runs Docker.\n\n## Contributing\n\nFound a bug? Have a better way to do something? PRs welcome.\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT - do whatever you want with it.\n\n## Questions?\n\n- Email: hello@offlabel.design\n- Website: https://offlabel.design\n\nDon't be shy. If this helped you ship faster, let me know. Makes my day.\n\n---\n\nBuilt with  (and lots of debugging) by Augustus Rivers at [Offlabel Design](https://offlabel.design)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofflabel-scaffolds%2Fscaffold-fastapi-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofflabel-scaffolds%2Fscaffold-fastapi-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofflabel-scaffolds%2Fscaffold-fastapi-backend/lists"}