This README would normally document whatever steps are necessary to get the application up and running.
You will need the following things properly installed on your computer.
git clone git@ssh.hub.teamvoy.com:bbank/api.git
npm install
docker-compose up
export DB_URL=postgres://user@localhost:5435/gallery
npm run test
docker-compose up
npm run migrate