Holiday extrass Test Requirements node >= 10.16.3 docker > = 19.03.05 Installation Install Packages npm install Copy .env.example into .env Run postgres database docker-compose up -d Migrate database npm run db:migrate Development run npm run start:dev Production run npm run build npm run start Run integration tests npm run test:integration