{"id":27243738,"url":"https://github.com/marcelhekking/cookiecutter-drf","last_synced_at":"2026-04-19T19:32:27.758Z","repository":{"id":284943441,"uuid":"956570846","full_name":"marcelhekking/cookiecutter-drf","owner":"marcelhekking","description":"A cookiecutter template for starting a Django restful API application","archived":false,"fork":false,"pushed_at":"2025-05-06T18:43:35.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T19:47:45.496Z","etag":null,"topics":["api-rest","celery","celerybeat","cookiecutter","django","django-rest-framework","docker","gunicorn","python","redis","sphinx-documentation","uv"],"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/marcelhekking.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-28T13:32:32.000Z","updated_at":"2025-05-06T18:43:38.000Z","dependencies_parsed_at":"2025-04-10T20:58:33.298Z","dependency_job_id":"b1226288-8b90-4fe8-9393-459503b2ccb2","html_url":"https://github.com/marcelhekking/cookiecutter-drf","commit_stats":null,"previous_names":["marcelhekking/cookiecutter-drf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcelhekking/cookiecutter-drf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelhekking%2Fcookiecutter-drf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelhekking%2Fcookiecutter-drf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelhekking%2Fcookiecutter-drf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelhekking%2Fcookiecutter-drf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelhekking","download_url":"https://codeload.github.com/marcelhekking/cookiecutter-drf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelhekking%2Fcookiecutter-drf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["api-rest","celery","celerybeat","cookiecutter","django","django-rest-framework","docker","gunicorn","python","redis","sphinx-documentation","uv"],"created_at":"2025-04-10T20:58:22.363Z","updated_at":"2026-04-19T19:32:27.752Z","avatar_url":"https://github.com/marcelhekking.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookiecutter template for starting a Django restful API application\n\n## Introduction\n\nThis repo is a cookiecutter template to create a Django restful API application based on the [Django REST framework](\u003chttps://www.django-rest-framework.org/\u003e). The application structure is that of a mono repo holding both the backend as well as the frontend part of the applicaton. Moreover, [Sphinx](\u003chttps://www.sphinx-doc.org/en/master/\u003e) is installed to enable the documentation of the project.\n\n## What's included?\n\n- [Django REST framework](\u003chttps://www.django-rest-framework.org/\u003e)\n- Documentation with [Sphinx](\u003chttps://www.sphinx-doc.org/en/master/\u003e)\n- Dependency management with [uv](https://docs.astral.sh/uv/)\n- [Pre-commit](https://pre-commit.com/) hooks\n- [Drf-spectacular](https://drf-spectacular.readthedocs.io/en/latest/readme.html) to document your APIs according to the OpenAPI standard\n- A selection of [Make](https://www.gnu.org/software/make/) commands to control various aspect of the application\n- [Docker](https://www.docker.com/) and [docker compose](https://docs.docker.com/compose/) to start a production container locally\n- [Celery](https://github.com/celery/celery) and [Celery Beat](https://docs.celeryq.dev/en/latest/userguide/periodic-tasks.html) for kicking off periodic (asynchronous) tasks\n- [Django Celery Results](https://github.com/celery/django-celery-results) for capturing Celery tasks in the database\n- [Flower](https://flower.readthedocs.io/en/latest/) via a container for monitoring Celery tasks\n- [Redis](https://redis.io/) via a container\n- [Nginx](https://nginx.org/) via a container to function as a reverse-proxy for the [Gunicorn](https://gunicorn.org/) Django server upstreams\n- [Ruff](https://docs.astral.sh/ruff/) for Python linting and formatting\n- [Pytest](https://docs.pytest.org/en/stable/) for testing\n- [Ctrl-z](https://ctrl-z.readthedocs.io/en/latest/) for making backups of the [PostgreSQL](https://www.postgresql.org/) database\n- [Django Debug Toolbar](https://django-debug-toolbar.readthedocs.io/en/latest/) for...well...debugging\n\n## How to install this template\n\nFirst install [uv](https://docs.astral.sh/uv/#installation) on your system and then run:\n\n```bash\nuvx cookiecutter gh:marcelhekking/cookiecutter-drf\n```\n\nYou'll be asked some questions about the project. After installation, read the README.md file of the just created project on how to further set things up. There are basically two ways to get the project running: one by using Docker and the other one by starting Django as a deveopment server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelhekking%2Fcookiecutter-drf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelhekking%2Fcookiecutter-drf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelhekking%2Fcookiecutter-drf/lists"}