The connectors can be further abstracted, assuming it's connecting to a NoSQL DB.
- Install and start Docker for Mac.
- For reference see docker-compose.
- Run the following to start the services:
# Docker Up
./dockers/up.sh
# Test
yarn test
# Docker Down
./dockers/down.sh