{"id":20585704,"url":"https://github.com/wsvincent/django-rest-framework-react-tutorial","last_synced_at":"2025-10-05T04:47:10.117Z","repository":{"id":71018375,"uuid":"117695382","full_name":"wsvincent/django-rest-framework-react-tutorial","owner":"wsvincent","description":"Source code for Django Rest Framework + React tutorial.","archived":false,"fork":false,"pushed_at":"2019-03-09T20:25:55.000Z","size":196,"stargazers_count":71,"open_issues_count":2,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T21:11:15.506Z","etag":null,"topics":["django","django-rest-framework","react","tutorial"],"latest_commit_sha":null,"homepage":"https://wsvincent.com/django-rest-framework-react-tutorial/","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/wsvincent.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}},"created_at":"2018-01-16T14:40:12.000Z","updated_at":"2025-03-19T20:31:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d4eadfb-e17b-4702-8611-cca4ad3347a5","html_url":"https://github.com/wsvincent/django-rest-framework-react-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wsvincent/django-rest-framework-react-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsvincent%2Fdjango-rest-framework-react-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsvincent%2Fdjango-rest-framework-react-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsvincent%2Fdjango-rest-framework-react-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsvincent%2Fdjango-rest-framework-react-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wsvincent","download_url":"https://codeload.github.com/wsvincent/django-rest-framework-react-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsvincent%2Fdjango-rest-framework-react-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278411261,"owners_count":25982367,"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-05T02:00:06.059Z","response_time":54,"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","react","tutorial"],"created_at":"2024-11-16T07:09:09.602Z","updated_at":"2025-10-05T04:47:10.112Z","avatar_url":"https://github.com/wsvincent.png","language":"Python","readme":"This is the complete source code from the [Django Rest Framework \u0026 React Tutorial](https://wsvincent.com/django-rest-framework-react-tutorial/).\n\n# Local Setup\n\nPython 3 and [Pipenv](https://docs.pipenv.org/) need to already be installed. If you need more complete local dev instructions, [see here](https://djangoforbeginners.com/initial-setup/).\n\nClone the repo to your computer. For example, to place it on your `Desktop`.\n\n```\n$ cd ~/Desktop\n$ git clone https://github.com/wsvincent/django-rest-framework-react-tutorial.git\n$ cd django-rest-framework-react-tutorial\n```\n\n## Backend\n\nInstall the `Pipenv` packages and start a new shell. Then `cd` into the `backend` directory and run the local server.\n\n```\n$ cd backend\n$ pipenv install\n$ pipenv shell\n(backend) $ ./manage.py runserver\n```\n\nYou can see the API now at [http://127.0.0.1:8000/api](http://127.0.0.1:8000/api).\n\n## Frontend\n\nOpen up a new command line console so there are now **two** open. Navigate to the `frontend` directory.\n\n```\n$ cd ~/Desktop\n$ cd django-rest-framework-react-tutorial\n$ cd frontend\n```\n\nMake sure React is already installed globally. If not `$ npm install -g create-react-app`.\n\nThen install necessary packages and start the React server:\n\n```\n$ npm install\n$ npm start\n```\n\nNavigate to [http://localhost:3000/](http://localhost:3000/) to see a list of our DRF backend content outputted using React.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsvincent%2Fdjango-rest-framework-react-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsvincent%2Fdjango-rest-framework-react-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsvincent%2Fdjango-rest-framework-react-tutorial/lists"}