Project week 2: an app which facilitates meal prepping for its users
- Starting the postgres container locally:
docker-compose up -d
- create DB schema on your container with knex:
npx knex migrate:latest
- running the unit tests:
yarn test
- running the end to end tests:
yarn e2e