{"id":23329054,"url":"https://github.com/code-and-sorts/cookiecutter-api","last_synced_at":"2026-03-16T01:41:17.141Z","repository":{"id":252703820,"uuid":"840848219","full_name":"Code-and-Sorts/cookiecutter-api","owner":"Code-and-Sorts","description":"Cookiecutter API templates for Azure Function Apps, AWS Lambdas, and Google Cloud Functions.","archived":false,"fork":false,"pushed_at":"2026-03-13T11:34:57.000Z","size":786,"stargazers_count":4,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-14T00:05:09.012Z","etag":null,"topics":["api","azure","cookiecutter","cookiecutter-template","csharp","dotnet","function-app","node","python","typescript"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Code-and-Sorts.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":"2024-08-10T21:51:21.000Z","updated_at":"2026-01-07T14:13:11.000Z","dependencies_parsed_at":"2024-12-07T23:18:25.329Z","dependency_job_id":"e457effc-3de7-4ca0-bc2d-efaeab90b203","html_url":"https://github.com/Code-and-Sorts/cookiecutter-api","commit_stats":null,"previous_names":["code-and-sorts/cookiecutter-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Code-and-Sorts/cookiecutter-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-and-Sorts%2Fcookiecutter-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-and-Sorts%2Fcookiecutter-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-and-Sorts%2Fcookiecutter-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-and-Sorts%2Fcookiecutter-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-and-Sorts","download_url":"https://codeload.github.com/Code-and-Sorts/cookiecutter-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-and-Sorts%2Fcookiecutter-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30558258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T23:30:23.986Z","status":"ssl_error","status_checked_at":"2026-03-15T23:28:43.564Z","response_time":61,"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":["api","azure","cookiecutter","cookiecutter-template","csharp","dotnet","function-app","node","python","typescript"],"created_at":"2024-12-20T21:31:26.875Z","updated_at":"2026-03-16T01:41:17.133Z","avatar_url":"https://github.com/Code-and-Sorts.png","language":"C#","readme":"\u003cimg src=\"./.docs/imgs/cookiecutter_api_header.jpg\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    \u003cimg src=\"./.docs/imgs/stars.gif\" width=\"32\"\u003e Cookiecutter API \u003cimg src=\"./.docs/imgs/stars.gif\" width=\"32\"\u003e\n  \u003c/h1\u003e\n\u003c/div\u003e\n\n![](https://img.shields.io/github/actions/workflow/status/Code-and-Sorts/cookiecutter-api/build-python-pipeline.yaml?branch=main\u0026label=Python-Build\u0026style=for-the-badge)\n![](https://img.shields.io/github/actions/workflow/status/Code-and-Sorts/cookiecutter-api/build-typescript-pipeline.yaml?branch=main\u0026label=Typescript-Build\u0026style=for-the-badge)\n![](https://img.shields.io/github/actions/workflow/status/Code-and-Sorts/cookiecutter-api/build-dotnet-pipeline.yaml?branch=main\u0026label=Dotnet-Build\u0026style=for-the-badge)\n\n![](https://img.shields.io/github/license/Code-and-Sorts/cookiecutter-api?label=License\u0026style=for-the-badge\u0026color=blue)\n\n[![](https://img.shields.io/badge/made%20using%20cookiecutter-grey?style=for-the-badge\u0026logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter)\n\n\nThis is a modern 🍪 Cookiecutter template to create REST APIs for multiple cloud platforms in multiple languages. This template supports the multiple cloud platforms and languages.\n\n## 🧪 Usage\n\nInstall Cookiecutter using pip package manager:\n\n```console\n# pipx is strongly recommended.\npipx install cookiecutter\n\n# If pipx is not an option,\n# you can install Cookiecutter in your Python user directory.\npython -m pip install --user cookiecutter\n```\n\nTo create a Cookiecutter API project, run the following for each implemented template.\n\n```console\n# Create using the GH CLI\ncookiecutter gh:Code-and-Sorts/cookiecutter-api/{LANGUAGE_OPTION}\n\n# Create using the GH URL\ncookiecutter https://github.com/Code-and-Sorts/cookiecutter-api.git --directory {LANGUAGE_OPTION}\n```\n\nFollow the prompts and answer them with your own desired options.\n\n## 🌟 Supported Templates\n\n\u003ctable width=\"100%\"\u003e\n  \u003ctr\u003e\n    \u003cth width=\"10%\" rowspan=\"2\"\u003e\u003c/th\u003e\n    \u003ctd width=\"30%\" align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/azure.svg\" height=\"18\"\u003e Azure\u003c/td\u003e\n    \u003ctd width=\"30%\" align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/aws.svg\" height=\"18\"\u003e AWS\u003c/td\u003e\n    \u003ctd width=\"30%\" align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/google-cloud.svg\" height=\"18\"\u003e GCP\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/function-app.svg\" height=\"18\" title=\"Function App\"\u003e Function App\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/lambda.svg\" height=\"18\" title=\"Lambda\"\u003e Lambda\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/cloud-function.svg\" height=\"18\" title=\"Cloud Functions\"\u003e Cloud Function\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/python.svg\" height=\"18\" title=\"Python\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Complete\"\u003e✅\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Complete\"\u003e✅\u003c/span\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/typescript.svg\" height=\"18\" title=\"NodeJS\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Complete\"\u003e✅\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/dotnet.svg\" height=\"18\" title=\"dotnet\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Complete\"\u003e✅\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"./.docs/imgs/golang.svg\" height=\"18\" title=\"Golang\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Complete\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003cspan title=\"Planned\"\u003e📋\u003c/span\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n\u003e [!NOTE]\n\u003e Each project follows the controller-service-repository pattern.\n\n## 🎯 Examples\n\nPython\n- [Function App Example](https://github.com/Code-and-Sorts/cookie-py-az-func-api)\n\nTypescript\n- [Function App Example](https://github.com/Code-and-Sorts/cookie-ts-az-func-api)\n\nDotnet\n- [Function App Example](https://github.com/Code-and-Sorts/cookie-cs-az-func-api)\n\n## 📚 Resources\n\nBelow is a list of resources and documentation for the types of SDKs and frameworks used in the various Cookiecutter APIs.\n\n### Python\n- [Poetry](https://python-poetry.org/) for dependency management\n- [pytest](https://docs.pytest.org/en/stable/) and [codecov](https://about.codecov.io/) for testing\n- [pydantic](https://docs.pydantic.dev/latest/) for schema validation\n\n### Typescript NodeJS\n- [Yarn](https://yarnpkg.com/) for dependency management\n- [Jest](https://jestjs.io/) for testing\n- [Zod](https://zod.dev/) for schema validtion\n\n## Dotnet\n- [Nuget](https://www.nuget.org/) for dependency management\n- [xUnit](https://xunit.net/) for testing\n- [FluentValidation](https://docs.fluentvalidation.net/en/latest/) for schema validtion\n\n### Azure\n- [Azure Function Apps ](https://learn.microsoft.com/en-us/azure/azure-functions/) for hosting the APIs\n- [Cosmos DB](https://learn.microsoft.com/en-us/azure/cosmos-db/) for data storage\n\n### AWS\n- [Lambda docs](https://docs.aws.amazon.com/lambda/) for hosting the APIs\n- [DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStartedDynamoDB.html) for data storage\n\n### Google Cloud\n- [Cloud Functions](https://cloud.google.com/functions/docs) for hosting the APIs\n- [Firestore](https://cloud.google.com/firestore#documentation) for data storage\n\n## 🙏🏻 Acknowledgements\n\nFlorian Maas' [cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry) repository was a very helpful resource for building out this Cookiecutter template.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-and-sorts%2Fcookiecutter-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-and-sorts%2Fcookiecutter-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-and-sorts%2Fcookiecutter-api/lists"}