Home
Softono
pos

pos

Open source JavaScript
20
Stars
9
Forks
4
Issues
3
Watchers
3 years
Last Commit

About pos

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.

Platforms

Web Self-hosted

Languages

JavaScript PHP Vue HTML

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