0.1.5 • Published 4 years ago
bentley-products-service-test v0.1.5
Products service
Products microservice for bentley education portal
Installation
- Local Installation process - add required development environment variables (/envs/local.dev.env) or testing variables (/env/local.test.env)
- Software dependencies - npm install
- Verify - npm run check
Build and Test
- Tests - npm run test
- Build - npm run build
- Development - npm run dev
- Production - npm run build && npm run start
Dockerize Service
- Create Image - docker --tag build .