POS
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
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
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
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