1.3.2 • Published 3 years ago

bentley-admin-service v1.3.2

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

Admin service

Admin microservice for bentley education portal

npm.io

Getting Started

  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 .