{"id":16175288,"url":"https://github.com/app-generator/django-react-recharts","last_synced_at":"2025-07-29T12:11:02.026Z","repository":{"id":233691127,"uuid":"624354335","full_name":"app-generator/django-react-recharts","owner":"app-generator","description":"Django \u0026 React - ReCharts Integration (free) | AppSeed","archived":false,"fork":false,"pushed_at":"2023-04-10T08:37:28.000Z","size":112,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T05:56:39.144Z","etag":null,"topics":["django-react","recharts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-04-06T09:30:23.000Z","updated_at":"2024-03-22T23:37:09.000Z","dependencies_parsed_at":"2024-04-17T05:30:09.042Z","dependency_job_id":"20d54249-1ebc-41ff-af61-de3855eebd90","html_url":"https://github.com/app-generator/django-react-recharts","commit_stats":null,"previous_names":["app-generator/django-react-recharts"],"tags_count":0,"template":false,"template_full_name":"app-generator/django-react-starter","purl":"pkg:github/app-generator/django-react-recharts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-react-recharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-react-recharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-react-recharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-react-recharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/django-react-recharts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fdjango-react-recharts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267684693,"owners_count":24127695,"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-07-29T02:00:12.549Z","response_time":2574,"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-react","recharts"],"created_at":"2024-10-10T04:44:32.916Z","updated_at":"2025-07-29T12:11:01.998Z","avatar_url":"https://github.com/app-generator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Django \u0026 React Codebase](https://github.com/app-generator/django-react-starter)\n\nOpen-source **Django Starter** bundled with React, React-Flow - Actively supported by AppSeed. \n\n- 👉 [Django \u0026 React](https://django-react-starter.onrender.com/) - `LIVE deployment`\n- 🚀 Free [Support](https://appseed.us/support/) via `Email` \u0026 `Discord`\n\n\u003cbr /\u003e\n\n\u003e Feature: \n\n- 🚀 `Stack`: **Django** \u0026 **React**\n- ✅ Tooling: `Webpack`\n- ✅ `Design`: [Django Theme Datta](https://github.com/app-generator/django-admin-datta) - `Free Version`\n- ✅ `Sections` covered by the design:\n  - ✅ **Admin section** (reserved for superusers)\n  - ✅ **Authentication**: `Django.contrib.AUTH`, Registration\n  - ✅ **All Pages** available in for ordinary users \n- 🚀 `Deployment`: Docker, `CI/CD` flow via `Render`\n  \n\u003cbr /\u003e\n\n[![Django \u0026 React Codebase - Free Starter by AppSeed.](https://user-images.githubusercontent.com/51070104/229304184-ed3cd761-9a43-43f0-90ba-9a2fcb0a4534.png)](https://github.com/app-generator/django-react-starter)\n\n\u003cbr /\u003e \n\n## Start with `Docker`\n\n\u003e 👉 **Step 1** - Download the code from the GH repository (using `GIT`) \n\n```bash\n$ git clone https://github.com/app-generator/django-react-starter.git\n$ cd django-react-starter\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Step 2** - Start the APP in `Docker`\n\n```bash\n$ docker-compose up --build \n```\n\nVisit `http://localhost:5085` in your browser. The app should be up \u0026 running.\n\n\u003cbr /\u003e\n\n## Manual Build\n\n\u003e Download the code \n\n```bash\n$ git clone https://github.com/app-generator/django-react-starter.git\n$ cd django-react-starter\n```\n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Unix`, `MacOS` \n\n\u003e Install modules via `VENV`  \n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Database\n\n```bash\n$ python manage.py makemigrations\n$ python manage.py migrate\n```\n\n\u003cbr /\u003e\n\n\u003e Start the APP\n\n```bash\n$ python manage.py createsuperuser # create the admin\n$ python manage.py runserver       # start the project\n```\n\nAt this point, the app runs at `http://127.0.0.1:8000/`. \n\n\u003cbr /\u003e\n\n### 👉 Set Up for `Windows` \n\n\u003e Install modules via `VENV` (windows) \n\n```\n$ virtualenv env\n$ .\\env\\Scripts\\activate\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e Set Up Database\n\n```bash\n$ python manage.py makemigrations\n$ python manage.py migrate\n```\n\n\u003cbr /\u003e\n\n\u003e Start the APP\n\n```bash\n$ python manage.py createsuperuser # create the admin\n$ python manage.py runserver       # start the project\n```\n\n\nAt this point, the app runs at `http://127.0.0.1:8000/`. \n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n## Codebase Structure\n\nThe project is coded using a simple and intuitive structure presented below:\n\n```bash\n\u003c PROJECT ROOT \u003e\n   |\n   |-- core/                            \n   |    |-- settings.py      # Project Configuration  \n   |    |-- urls.py          # Project Routing\n   |\n   |-- apps/\n   |    |-- home/            # Handle the default route  \n   |\n   |-- frontend/             # React Code\n   |\n   |-- requirements.txt      # Project Dependencies\n   |-- manage.py             # Start the app - Django default start script\n   |\n   |-- ************************************************************************\n```\n\n\u003cbr /\u003e\n\n---\n[Django \u0026 React Codebase](https://github.com/app-generator/django-react-starter) - `Open-Source` starter crafted by **[AppSeed](https://appseed.us)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-react-recharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fdjango-react-recharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fdjango-react-recharts/lists"}