Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heshanera/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.
https://github.com/heshanera/pos

express mongodb mongoose nodejs pos reactjs redux

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Point Of Sale System

[![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

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](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

[Node](http://nodejs.org/) is really easy to install & now include [npm](https://npmjs.org/).
You should be able to run the following command after the installation procedure
below.

```
$ node --version
```
```
$ npm --version
```

### MongoDB

[Install MongoDB](https://docs.mongodb.com/manual/administration/install-community/)

[MongoDB](https://www.mongodb.com/) is a cross-platform document-oriented database program.
You should be able to run the following command after the installation procedure
below.
```
$ mongo -version
```