Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/heshanera/pos
- Owner: heshanera
- License: mit
- Created: 2019-02-17T18:34:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:23:24.000Z (about 2 years ago)
- Last Synced: 2023-08-10T01:44:25.214Z (over 1 year ago)
- Topics: express, mongodb, mongoose, nodejs, pos, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```