Install

yarn install

Develop

docker-compose up db -d
yarn start

Build image

make build or docker build -t "localhost/lingua-card-api:latest" .

Run all in docker

docker-compose up -d