ToDo is an open-sourse project that showcases potent synergy achieved by integrating Django and React in the development of a robust CRUD (Create, Read, Update, Delete) application. This project serves as a guide for developers seeking to harmoniously merge these technology stacks.
- Django Backend: Robust backend powered by Django and Django Rest Framework.
- React Frontend: An amazing and reponsive User Interfave built with React.js.
- React.js
- Python 3 and above
- Django (Django Rest Framework)
-
Clone the Repository
https://github.com/Minty-cyber/React-Django-CRUD-Frontend.git
-
Server Set Up: Navigate to the frontend directory and run the server
cd todofront npm start
-
Clone the Repository
https://github.com/Minty-cyber/React-Django-CRUD-Backend.git
-
Backend Set Up
cd toDOApi pip install -r requirements.txt
-
Start the Django server
python manage.py runserver