/bx-interview-pub

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Bonusx Logo

bx-file-transfer-service

Index

🔗 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.

Batteries included

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
# unit tests
docker-compose exec -it bx_file_transfer_service yarn test