Skip to content

techiediaries/django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django & React DEMO

This is a Django project with a React front-end.

The REST API is created with Django REST framework and consumed with Axios.

Check out Django React Tutorial with Example Demo

The CustomerList Component

The CustomerCreateUpdate Component