This innovative project harnesses the power of artificial intelligence (AI) to provide a dynamic and engaging quiz experience for users of all backgrounds and interests. Discover, Learn, and Quiz like never before!
This application requires Node.js v16.13+.
git clone https://github.com/nabarvn/quiz-master.git
cd quiz-master
npm install
.env
file:cp .env.example .env
[!IMPORTANT] Ensure you populate the variables with your respective API keys and configuration values before proceeding.
npx prisma generate
npx prisma db push
npm run dev
This project is highly inspired from one of Elliott Chong's awesome builds. His work is really dope!