Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.69 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.69 KB

ToDo - React-Django CRUD Application 📝

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.

API View:

Django Backend Admin Panel:

By running python manage.py runserver and navigating to /admin

Features 🎯

  • Django Backend: Robust backend powered by Django and Django Rest Framework.
  • React Frontend: An amazing and reponsive User Interfave built with React.js.

Requirements ⚓

  • React.js
  • Python 3 and above
  • Django (Django Rest Framework)

Getting Started 🎡

Frontend (React.js)

  1. Clone the Repository

    https://github.com/Minty-cyber/React-Django-CRUD-Frontend.git
  2. Server Set Up: Navigate to the frontend directory and run the server

    cd todofront
    npm start

Backend (Django)

  1. Clone the Repository

    https://github.com/Minty-cyber/React-Django-CRUD-Backend.git
  2. Backend Set Up

    cd toDOApi
    pip install -r requirements.txt
  3. Start the Django server

    python manage.py runserver

Created by JeffMint