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 installDocker is needed to be installed on your local machine.
docker compose up -ddocker compose downIn 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/bashnpm run seedRun Unit Tests with Jest
npm run testLint with ESLint
npm run lint