/vender

Primary LanguageJavaScriptMIT LicenseMIT

LAB - Class lab 12

Project: caps.driver.vender

Author: Kale Lesko

// storeName: faker.company.companyName(),

Links and Resources

Setup

. ├── LICENSE ├── README.md ├── tests │ └── events.test.js ├── assets ├── index.js ├── modules │ └── event.js ├── package-lock.json └── package.json

.env requirements (where applicable)

i.e.

  • PORT - Port Number
  • MONGODB_URI - URL to the running mongo instance/db

How to initialize/run your application (where applicable)

  • e.g. npm start

How to use your library (where applicable)

Tests

  • How do you run tests?
  • Any tests of note?
  • Describe any tests that you did not complete, skipped, etc

UML

UML Example