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 .