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.
customer_crud_django_react.mp4
- Add Customer: Allows users to add new customer information.
- Show Customer: Displays a list of all customers.
- Frontend: React
- Backend: Django
- Database: SQLite (default) or MySQL
- Others: Django REST Framework, CORS Headers
- Python 3.x
- Node.js and npm
- Git
-
Clone the Repository
git clone https://github.com/username/Customer-crud-using-django-and-react.git cd Customer-crud-using-django-and-react/backend