Clone this repo and run these commands
docker-compose up -d database
psql -h database -U postgres -f init.sql
cd server
yarn install
yarn typeorm migration:run
yarn add <dependency-name>
docker-compose build todo test
docker-compose run test
yarn build
yarn watch