Please Fork this repo for creating PR
https://www.loom.com/share/7b4dbd89758a4f049ef6bb06e86b9680
-
install dependecies
pnpm
pnpm install
npm
npm install
yarn
yarn install
-
run migration files
pnpm
pnpm run migrate
npm
npm run migrate
yarn
yarn run migrate
-
run seeding data to SQLite database
pnpm
pnpm run seed
npm
npm run seed
yarn
yarn run seed
-
run prisma studio to check
pnpm
pnpm run studio
npm
npm run studio
yarn
yarn run studio
- count how many delivered order
- count how many processing order
- count how many delivered orders that have product a
- get all products that have price greater than 30
- get all products name that have price less than or equal 30, and select only name