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.
For development, you will only need Node.js and Mongodb installed on your environement.
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 is a cross-platform document-oriented database program. You should be able to run the following command after the installation procedure below.
$ mongo -version