https://github.com/fdemir/quizo
solve daily AI generated questions, reveal the secret word
https://github.com/fdemir/quizo
ai-sdk docker drizzle nextjs postgres quiz redis
Last synced: 5 days ago
JSON representation
solve daily AI generated questions, reveal the secret word
- Host: GitHub
- URL: https://github.com/fdemir/quizo
- Owner: fdemir
- Created: 2024-06-02T01:10:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T05:54:48.000Z (11 months ago)
- Last Synced: 2025-04-24T03:40:00.940Z (5 days ago)
- Topics: ai-sdk, docker, drizzle, nextjs, postgres, quiz, redis
- Language: TypeScript
- Homepage: https://quizo.me/
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quizo.me
Quizo is an interactive quiz application designed to generate and trivia like quizzes daily. The questions are generated by artificial intelligence. Each day 10 questions from over 40 topics are randomly generated to test yourself. It contains Redis, Drizzle, Postgres and Next.js. Using gpt4o model to generate questions.
## Getting Started
### Installation
1. Clone the repository.
2. Install the dependencies: `pnpm install`
3. Set up environment variables: Create a `.env` file in the root of the project and add the variables at `.env.example`### Running the Application
Start the development server: `pnpm run dev`
LICENSED under MIT