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

https://github.com/jane-does-coding/quiz-website


https://github.com/jane-does-coding/quiz-website

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Quiz Website Maybe

Screenshot 2024-08-29 at 7 56 15 AMScreenshot 2024-08-29 at 7 56 55 AM

Awesome website for taking quizzes

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,nextjs,react,github)](https://skillicons.dev)

## Demo

[QuizSite - Live Demo](https://quiz-website-lac.vercel.app/)

## Usage

Clone the project

```
git clone https://github.com/jane-does-coding/MyQuizlet
```

Install dependencies

```
npm i
```

Create .env

```
DATABASE_URL=
NEXTAUTH_SECRET=
```

Set up prisma

```
npx prisma generate
npx prisma db push
```

Run it

```
npm run dev
```