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
- Host: GitHub
- URL: https://github.com/aryansrivastava07/quizz-craft
- Owner: Aryansrivastava07
- Created: 2024-12-02T09:14:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:28:58.000Z (7 months ago)
- Last Synced: 2025-04-16T11:47:08.866Z (6 months ago)
- Topics: css, ejs, html, js, miniproject, mongodb, nodejs
- Language: JavaScript
- Homepage: https://quizzifypdf.onrender.com/
- Size: 5.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```