Skip to content

The frontend application of React-Django-CRUD-Backend with React

License

Notifications You must be signed in to change notification settings

Minty-cyber/React-Django-CRUD-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The frontend application of React-Django-CRUD-Backend with React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published