Skip to content

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

License

Notifications You must be signed in to change notification settings

zbo14/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published