{"id":13454279,"url":"https://github.com/agconti/cookiecutter-django-rest","last_synced_at":"2025-05-14T11:12:01.900Z","repository":{"id":33238988,"uuid":"36883316","full_name":"agconti/cookiecutter-django-rest","owner":"agconti","description":"Build best practiced apis fast with Python3","archived":false,"fork":false,"pushed_at":"2025-04-03T14:23:44.000Z","size":6026,"stargazers_count":1568,"open_issues_count":1,"forks_count":194,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-12T03:44:40.665Z","etag":null,"topics":["api","boilerplate","django","docker","python","python3","rest","rest-api"],"latest_commit_sha":null,"homepage":"http://agconti.github.io/cookiecutter-django-rest/","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/agconti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-06-04T16:46:49.000Z","updated_at":"2025-04-11T09:23:10.000Z","dependencies_parsed_at":"2023-02-19T07:15:51.020Z","dependency_job_id":"db72e2c1-599a-4c60-add0-c9434d09d84a","html_url":"https://github.com/agconti/cookiecutter-django-rest","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agconti%2Fcookiecutter-django-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agconti%2Fcookiecutter-django-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agconti%2Fcookiecutter-django-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agconti%2Fcookiecutter-django-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agconti","download_url":"https://codeload.github.com/agconti/cookiecutter-django-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129523,"owners_count":22019628,"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","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","boilerplate","django","docker","python","python3","rest","rest-api"],"created_at":"2024-07-31T08:00:52.557Z","updated_at":"2025-05-14T11:11:56.882Z","avatar_url":"https://github.com/agconti.png","language":"Python","funding_links":[],"categories":["Built With (OpenSource)","HarmonyOS","Python","Uncategorized"],"sub_categories":["Windows Manager","Uncategorized"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"64\" style=\"border-radius:64px;\" src=\"media/cdr-icon.png\" alt=\"cookiecutter-django-rest\"\u003e\n  \u003ch3 align=\"center\"\u003ecookiecutter-django-rest\u003c/h3\u003e\n  \u003cp align=\"center\"\u003ea factory for building bleeding edge, best practiced, scalable, rest apis\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/agconti/cookiecutter-django-rest/actions/workflows/push.yaml\"\u003e\n      \u003cimg src=\"https://github.com/agconti/cookiecutter-django-rest/actions/workflows/push.yaml/badge.svg?branch=master\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\nYou need to make a scalable api on a deadline. You deeply care about the quality of your work.\n`cookiecutter-django-rest` takes care of the details so you can focus on making your api awesome.  Scaffolding a project takes seconds and it gives you [authentication](https://github.com/agconti/cookiecutter-django-rest/blob/master/%7B%7Bcookiecutter.github_repository_name%7D%7D/docs/api/authentication.md), [user accounts](https://github.com/agconti/cookiecutter-django-rest/blob/master/%7B%7Bcookiecutter.github_repository_name%7D%7D/%7B%7Bcookiecutter.app_name%7D%7D/users/views.py), and the [docs](https://github.com/agconti/cookiecutter-django-rest/blob/master/%7B%7Bcookiecutter.github_repository_name%7D%7D/docs/api/users.md) and [tests](https://github.com/agconti/cookiecutter-django-rest/blob/master/%7B%7Bcookiecutter.github_repository_name%7D%7D/%7B%7Bcookiecutter.app_name%7D%7D/users/test/test_views.py) to support them. Just add your own resources to the api and start shipping. ✨ 💅\n\n## Highlights\n- Modern Python development with Python 3.13+\n- Bleeding edge Django 5.0+\n- Fully dockerized, local development via docker-compose.\n- PostgreSQL 16.4+\n- Start off with full test coverage and [continuous integration](https://github.com/agconti/cookiecutter-django-rest/blob/master/%7B%7Bcookiecutter.github_repository_name%7D%7D/.travis.yml).\n- Complete [Django Rest Framework](http://www.django-rest-framework.org/) integration\n- Always current dependencies and security updates enforced by [pyup.io](https://pyup.io/).\n- A slim but robust foundation -- just enough to maximize your productivity, nothing more.\n\n## Quick Start\n\nInstall [cookiecutter](https://github.com/audreyr/cookiecutter):\n\n```bash\nbrew install cookiecutter\n```\n\nScaffold your project:\n```\ncookiecutter gh:agconti/cookiecutter-django-rest\n```\n\n![Scaffolding](media/scaffolding.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagconti%2Fcookiecutter-django-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagconti%2Fcookiecutter-django-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagconti%2Fcookiecutter-django-rest/lists"}