/next-shop

nextjs ecommerce web app including admin dashboard

Primary LanguageTypeScript

NEXTJS-ECOMMERCE

This is the mini Ecommerce store PWA including Admin Dashboard

Tech Stacks

  • nextjs (app dir)
  • prisma
  • mongodb
  • stripe
  • clerk
  • shadcn-ui
  • tailwind
  • zustand

Preview URL:

Run Locally

Install the Dependencies

cd admin

yarn
cd store

yarn

Start the Servers

cd admin

yarn dev
cd store

yarn dev