{"id":21802039,"url":"https://github.com/akshat2602/django-nextjs-boilerplate","last_synced_at":"2025-10-08T04:40:37.401Z","repository":{"id":76753639,"uuid":"448316259","full_name":"akshat2602/django-nextjs-boilerplate","owner":"akshat2602","description":" A starter template for building a fullstack web app with Django, django-rest-framework, Next.js(Typescripted) using docker with PostgreSQL as the primary DB.","archived":false,"fork":false,"pushed_at":"2024-01-29T02:01:48.000Z","size":208,"stargazers_count":73,"open_issues_count":0,"forks_count":26,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T15:17:06.200Z","etag":null,"topics":["django","django-rest-framework","docker","docker-compose","nextjs","postgresql","typescript"],"latest_commit_sha":null,"homepage":"","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/akshat2602.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2022-01-15T15:32:18.000Z","updated_at":"2025-03-28T03:31:04.000Z","dependencies_parsed_at":"2023-03-02T03:16:00.325Z","dependency_job_id":null,"html_url":"https://github.com/akshat2602/django-nextjs-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/akshat2602/django-nextjs-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshat2602%2Fdjango-nextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshat2602%2Fdjango-nextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshat2602%2Fdjango-nextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshat2602%2Fdjango-nextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshat2602","download_url":"https://codeload.github.com/akshat2602/django-nextjs-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshat2602%2Fdjango-nextjs-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891750,"owners_count":26063855,"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-10-08T02:00:06.501Z","response_time":56,"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":["django","django-rest-framework","docker","docker-compose","nextjs","postgresql","typescript"],"created_at":"2024-11-27T11:22:23.105Z","updated_at":"2025-10-08T04:40:37.345Z","avatar_url":"https://github.com/akshat2602.png","language":"Python","funding_links":[],"categories":["Django"],"sub_categories":[],"readme":"\n# Django-Next.js-Boilerplate!\n\nThis is a basic boilerplate starter for a fullstack web project with Django as the server, PostgreSQL as the database and Next.js as the frontend.\n\n\u003ca href=\"https://www.codefactor.io/repository/github/akshat2602/django-nextjs-boilerplate/overview/master\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/codefactor/grade/github/akshat2602/django-nextjs-boilerplate?style=flat-square\" /\u003e \u003c/a\u003e\n\u003ca href=\"https://github.com/akshat2602/django-nextjs-template/blob/master/LICENSE\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/github/license/akshat2602/django-nextjs-template?style=flat-square\" /\u003e \u003c/a\u003e\n\u003ca href=\"https://github.com/akshat2602/django-nextjs-template\" target=\"_blank\"\u003e \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/akshat2602/django-nextjs-template?style=flat-square\"\u003e \u003c/a\u003e\n\n\n\n## About the template \n-   PostgreSQL used as the primary database.\n-   Superuser is already initialized with the credentials: Username- `admin`, Email- `admin@admin.com`, Password- `admin`\n-   Integration with Django Rest Framework\n-   Integrated Djoser for user register/login/logout workflows.\n-   Used JWT for Authentication.\n-   API Documentation is configured using swagger.\n-   Containerized using Docker and managed using docker-compose.\n-   A typescripted Next.js client has been preinstalled and integrated with docker-compose.\n-   Added Chakra UI and Chakra icons in the frontend as a design and component library alongwith axios for making api calls.\n\n## Getting Started\nTo get a local copy of this template up and running on your machine, follow these simple steps.\n### Prerequisites\n- Docker\n`curl -fsSL https://get.docker.com -o get-docker.sh`\n`sudo sh get-docker.sh`\n\n### Installation\n- Clone the repo `git clone https://github.com/akshat2602/django-nextjs-boilerplate.git`\n- Change the current directory to the template `cd django-nextjs-boilerplate`\n- Build the docker containers`docker-compose -f docker-compose.dev.yml build` for the dev containers and `docker-compose -f docker-compose.prod.yml build` for the prod containers\n- Run the docker containers`docker-compose -f docker-compose.dev.yml up` for the dev containers and `docker-compose -f docker-compose.prod.yml up` for the prod containers\n\n## API Documentation\nAPI documentation is done using swagger. Visit `/swagger` for API documentation.\n\n## Technologies used\n\u003ca href=\"https://www.djangoproject.com/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Django-092E20?style=for-the-badge\u0026logo=django\u0026logoColor=white\"/\u003e \u003c/a\u003e\n\u003ca href=\"https://www.django-rest-framework.org/\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/badge/DJANGO-REST-ff1709?style=for-the-badge\u0026logo=django\u0026logoColor=white\u0026color=ff1709\u0026labelColor=gray\" /\u003e \u003c/a\u003e\n\u003ca href=\"https://www.docker.com/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Docker-2496ED?style=for-the-badge\u0026logo=docker\u0026logoColor=white\"/\u003e \u003c/a\u003e\n\u003ca href=\"https://www.postgresql.org\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://www.nextjs.org/\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/badge/Next.JS-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white\"/\u003e \u003c/a\u003e\n\u003ca href=\"https://www.typescriptlang.org/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\"/\u003e\u003c/a\u003e\n\n\n## Contributing\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1.  Fork the Project\n2.  Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3.  Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4.  Push to the Branch (`git push origin feature/AmazingFeature`)\n5.  Open a Pull Request\n\n## License\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\nAkshat Sharma - [akshatsharma2602@gmail.com](mailto:akshatsharma2602@gmail.com)\nProject Link: [https://github.com/akshat2602/django-nextjs-boilerplate](https://github.com/akshat2602/django-nextjs-boilerplate)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshat2602%2Fdjango-nextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshat2602%2Fdjango-nextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshat2602%2Fdjango-nextjs-boilerplate/lists"}