Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.08 KB

README.md

File metadata and controls

71 lines (45 loc) · 2.08 KB

Quiz English cover

Quiz-English
Elevate Your English on the way to Fluency!.

Introduction

Quiz-English is your one-stop shop for trivia and quizzes that are smarter than your average brainteaser. Our AI curates questions from the real world, pulling from news , videos , blog posts ️, articles , podcasts , and more!

Whether you're a history buff , a science geek , or just love learning new stuff , Quiz-English has something to challenge your mind and keep you entertained! ✨

Ready to join the fun? Head over to Quiz-English now and see what awaits!

Why

English learners, built this by English learners, for YOU! Quiz-English was born from the real struggles we faced learning English. We wanted a fun and engaging way to practice all your skills, especially reading and comprehension. That's why we created quizzes based on interesting topics you'll actually care about, like news, videos, and more!

Local set up

Install one of the components from your command line.

Install dependencies

npm install

With npm

Copy .env.example to .env and fill the variables

DATABASE_URL="postgresql://docker:docker@localhost:5432/project?schema=public"
OPENAI_API_KEY=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

You will need to have keys for all these tools listed above, but, you can do it for free.

Running docker

I strong suggest to run docker locally. By executing the command you can use the exacly DATABASE_URL set before.

docker-compose up -d

and with the database up, you need to run the migrations

yarn prisma migrate dev

Contributing

Authors

License

MIT License