@sherbst/educr8-schemas

1.2.1 • Public • Published

educr8 Schemas

Mongoose schemas/models for Kit and StockItem.

import { StockItem } from '@sherbst/educr8-schemas';

// Find all stockItems
StockItem.find({}, (err, stockItems) => {
    stockItems.forEach(item => {
        console.log(item);
    })
})

Readme

Keywords

none

Package Sidebar

Install

npm i @sherbst/educr8-schemas

Weekly Downloads

0

Version

1.2.1

License

ISC

Unpacked Size

4.44 kB

Total Files

5

Last publish

Collaborators

  • sherbst