EasyTravel is a small travel company based in Germany, which provides unique travel and vacation products. The company collaborates with its aviation and hotel partners to bring up their unique offerings.
npm install
Docker is needed to be installed on your local machine.
docker compose up -d
docker compose down
In order run the commands you need to ssh into docker and then you can run commands for testing, seeding, etc.
docker compose run app /bin/bash
npm run seed
Run Unit Tests with Jest
npm run test
Lint with ESLint
npm run lint