0.0.6 • Published 3 years ago

bentley-products-service v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Products service

Products microservice for bentley education portal

Installation

  1. Local Installation process - add required development environment variables (/envs/local.dev.env) or testing variables (/env/local.test.env)
  2. Software dependencies - npm install
  3. Verify - npm run check

Build and Test

  1. Tests - npm run test
  2. Build - npm run build
  3. Development - npm run dev
  4. Production - npm run build && npm run start

Dockerize Service

  1. Create Image - docker --tag build .