The Language Review Microservice is used to potentiate the capabilities of the VariaMos language manager.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Check the postman collection stored on docs/postman
to see all the API services this microservices exposes.