POS icon indicating copy to clipboard operation
POS copied to clipboard

A simple POS system. React and Redux is used in the frontend. Backend server is developed in nodejs, mongodb. mongoose is used as an object data modeling library.

Point Of Sale System

MIT license

A simple POS system. React and Redux is used in the frontend. Backend server is developed in Nodejs and Mongodb. mongoose is used as an object data modeling library.

Prerequisites

For development, you will only need Node.js and Mongodb installed on your environement.

Node

Install Node

Node is really easy to install & now include npm. You should be able to run the following command after the installation procedure below.

$ node --version
$ npm --version

MongoDB

Install MongoDB

MongoDB is a cross-platform document-oriented database program. You should be able to run the following command after the installation procedure below.

$ mongo -version