Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 439 Bytes

Django Rest Framework + React

Example code for the tutorial found at geezhawk.github.io.

To try it yourself, clone the repo and run:

  • npm install
  • pip install -r requirements.txt
  • export DJANGO_SECRET_KEY='your-secret-key'
  • ./node_modules/.bin/webpack --config webpack.config.js
  • python manage.py runserver

react-drf-CRUD