Closed Temidayo32 closed 2 years ago
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
exit
docker-compose exec web /bin/sh
npm run test
npx jest
npm run lint-fix
Issue: #
Brief description of solution
Checklist
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
orexit
docker-compose exec web /bin/sh
npm run test
ornpx jest
npm run lint-fix
Description
Issue: #
Brief description of solution