Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 955 Bytes

File metadata and controls

41 lines (24 loc) · 955 Bytes

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