Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.02 KB

Product Management App

Overview

The Product Management App is a web application built using React and Django REST framework. It allows users to manage a list of products, including viewing, adding, editing, and deleting products. The app supports multiple product categories and uses user authentication for managing products.

I made this app to get to know Django REST framework better and learn how to make it work with React. This was initially only a branch on my repository FarmApp-Django that I made for for job evaluation process but eventually made whole new project.

Features

  • User Authentication: Authenticate users to manage products.
  • View Products: Display a list of products with their details.
  • Add Product: Add a new product with a category, name, and detail.
  • Edit Product: Edit the details of an existing product.
  • Delete Product: Remove a product from the list.

Stack

  • Frontend: React, Axios, React Router, CSS
  • Backend: Django, Django REST framework

Setup

  • Node.js 20.11
  • Python 3.10
  • Django 5