PUBLIC URI : http://54.196.30.0
Point of Sales APP API is an API that allow the users to read product and category information data from database. Point of Sales APP API also allow users to read, create, update and delete a product and its category information into/from database.
- Node.js - Download and Install Node.js - Simple bash script to manage multiple active node.js versions.
- Nodemon - Download and Install Nodemon - nodemon is a tool that automatically restarting the node application when file changes in the directory are detected.
- Express JS - Download and Install Express JS - web framework for Node.js
$ git clone https://github.com/sandirr/pointofsale
$ cd pointofsale
$ npm install
$ cp .env.example .env
$ nano .env
$ npm start