https://github.com/jane-does-coding/quiz-website
https://github.com/jane-does-coding/quiz-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/quiz-website
- Owner: jane-does-coding
- Created: 2024-07-09T22:13:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:58:07.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:43:07.358Z (12 months ago)
- Language: TypeScript
- Homepage: https://quiz-website-lac.vercel.app
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Website Maybe


Awesome website for taking quizzes
## Technologies used
[](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
```