🔗 Description
Repository based on Nest framework with typescript.
This repository is based on Template for microservices, it communicates with the other services/microservices through a message broker.
The message broker is included for development purpose, in production it is an external instance.
🔗 Running the containers
# service run in watch mode
docker-compose up -d
# stop all
docker-compose down
🔗 Test
# unit tests
docker-compose exec -it bx_file_transfer_service yarn test