zbo14 / inventory

update entries with incoming orders, outgoing orders, and product shelf life and calculate available inventory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventory

Update entries with incoming orders, outgoing orders, and product shelf life and calculate available inventory.

Install

npm i

Usage

npm start to run the inventory example.

Documentation

npm run doc

Test

npm test

For the inventory_db_test,

  • mongod should be running on 'mongodb://localhost:27017'
  • pg_ctl should be running on 'postgres://localhost:5432' and there should be a database named 'inventory'
  • redis-server should be running on 'redis://localhost:6379'

Examples

See the example directory.

About

update entries with incoming orders, outgoing orders, and product shelf life and calculate available inventory

License:ISC License


Languages

Language:JavaScript 98.2%Language:Common Lisp 1.8%