This repository contains the microservice that converts RW API queries between different formats
Perform the following steps:
- Install docker
- Clone this repository
- Enter in the directory
- After, you open a terminal (if you have mac or windows, open a terminal with the 'Docker Quickstart Terminal') and execute the next command:
docker-compose -f docker-compose-develop.yml build
Remember: In windows and Mac, open the terminal with 'Docker Quickstart Terminal'
docker-compose -f docker-compose-develop.yml build
//this command up the machine. If you want up in background mode, you add the -d option
Remember: In windows and Mac, open the terminal with 'Docker Quickstart Terminal'
docker-compose -f docker-compose-test.yml run test