Microservice responsible to use an google api to translate text and save the results in cache
uservice-translate-cache use nvm to version control. if you don't have nvm, install it here
Run:
nvm install
Install the node package modules used on project:
npm install
Insert your google key on file ./path/to/keyfile.json
If you don't have a google key, you can create following this google tutorial following Authentication > Elsewhere section
The last thing required is to run a local redis.
Start the micro service:
npm start
Run the command above to run unit tests:
npm test
Run lint:
npm run lint