Skip to content

gokhan94/react-pos-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Pos Management System

A simple ordering system using React, Redux Toolkit and MongoDB.

Features

  • Basic Stock Management.
  • Filter products by categories.
  • Creating orders and invoicing created orders.
  • Ability to edit and delete products and orders according to authorization status.

Installation

  1. Node.js 16+
  2. Use npm package manager to install pos management on your computer.
3.  cd /backend npm install
4.  cd /frontend npm install
5.  "npm run dev"

Screenshot