- Full stack bookstore application using Nextjs, postgres, prisma, shadcn, tailwind, zod, react hook form, next auth
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Admin
email: 'admin@example.com' password: '123456'
Customer role email: 'user@example.com' password: '123456'
Home page
Payment method - checkout page (dummy payment only)

Search page (images shown as empty as it was not added for some)

Search page filtered by genre for example

Admin overview page (admin role)

Specific order page (admin role)- can mark order as delivered and payment as done(in case of cod)

Users profile page (admin role)

Users specific profile page (role can also be changed)

















