Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.82 KB

README.md

File metadata and controls

75 lines (51 loc) · 1.82 KB

Quiz Master

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!

Screenshot

View Project »

Running Locally

This application requires Node.js v16.13+.

Cloning the repository to the local machine:

git clone https://github.com/nabarvn/quiz-master.git
cd quiz-master

Installing the dependencies:

npm install

Setting up the .env file:

cp .env.example .env

Important

Ensure you populate the variables with your respective API keys and configuration values before proceeding.

Configuring Prisma:

npx prisma generate
npx prisma db push

Running the application:

npm run dev

Tech Stack:

Credits

This project is highly inspired from one of Elliott Chong's awesome builds. His work is really dope!


Don't forget to leave a STAR 🌟