Please Fork this repo for creating PR
https://www.loom.com/share/7b4dbd89758a4f049ef6bb06e86b9680
-
install dependecies
pnpm
pnpm installnpm
npm installyarn
yarn install -
run migration files
pnpm
pnpm run migratenpm
npm run migrateyarn
yarn run migrate -
run seeding data to SQLite database
pnpm
pnpm run seednpm
npm run seedyarn
yarn run seed -
run prisma studio to check
pnpm
pnpm run studionpm
npm run studioyarn
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