A full-stack quiz web-app that can be used for creating and sharing quiz. The application also includes authentication, AI quiz generation, and a dashboard for comprehensive information visualization.
Created with Next.js, NextAuth, TRPC, Websocket, Shadcn, and Tailwind.
To use the application please make sure to clone the package, open terminal and then follow the instruction below.
npm i
npm run test:unit
npm run test:e2e
npm run dev
npm start
npm run db:studio
npm run db:reset
npm run db:push
npm run db:migrate
npm run db:generate