1) Install all the dependencies: npm i
2) Run the prisma client generation command: npx prisma generate
3) Run the seed file: npx prisma db seed
4) Run the development server: npm run dev
5) Open the link provided within the terminal: http://localhost:3000
Viewing the database with prisma: npx prisma studio