Skip to content
/ POS Public

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.

License

Notifications You must be signed in to change notification settings

heshanera/POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published