An open API service indexing awesome lists of open source software.

https://github.com/aryansrivastava07/quizz-craft


https://github.com/aryansrivastava07/quizz-craft

css ejs html js miniproject mongodb nodejs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Quizz Craft
Quizzify is an advanced and AI-driven quiz platform that generates quiz from various prompts.
Our innovative solution seamlessly extracts questions from PDFs and make ready to use quizzes.
Quizz Craft

---

# Install

Run the below command after installing Node.js

```
$ npm install
```

---

# Define your Enviroment Variable

You have to define some enviroment variable which are DB , OPENAIAPIKEY or GEMINIAPIKEY ,PORT.
Create a .env file in root directory.
Paste below code and replace value there
```
GEMINIAPIKEY=Paste Gemini Api Key here
OPENAIAPIKEY=Paste Open AI Api Key Here
DB=Paste mongoDb server URL
PORT=3000
```