Skip to content

Customer CRUD using Django and React is a web application that manages customer data with a React frontend and Django backend. Users can add new customers and view a list of all customers. The app demonstrates CRUD operations with Django REST Framework and React for a seamless user experience.

Notifications You must be signed in to change notification settings

vikash1401/Customer-crud-using-django-and-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customer CRUD using Django and React

Overview

This project is a web application that demonstrates a basic Customer CRUD (Create, Read, Update, Delete) system using Django for the backend and React for the frontend. The application allows users to add and view customer details.

Demo

customer_crud_django_react.mp4

Features

  • Add Customer: Allows users to add new customer information.
  • Show Customer: Displays a list of all customers.

Technologies Used

  • Frontend: React
  • Backend: Django
  • Database: SQLite (default) or MySQL
  • Others: Django REST Framework, CORS Headers

Getting Started

Prerequisites

  • Python 3.x
  • Node.js and npm
  • Git

Setup

Backend (Django)

  1. Clone the Repository

    git clone https://github.com/username/Customer-crud-using-django-and-react.git
    cd Customer-crud-using-django-and-react/backend

About

Customer CRUD using Django and React is a web application that manages customer data with a React frontend and Django backend. Users can add new customers and view a list of all customers. The app demonstrates CRUD operations with Django REST Framework and React for a seamless user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published