mwyywm / Quiz

Create & share quizzes!

Home Page:https://quiz-mwyywm.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz

Web application that allows you to make your own quiz and take other quizzes. After finishing a quiz you can see how you scored compared to others.

Tech stack: Next, React, Typescript, Prisma and TailwindCSS.

Run project locally

Create a .env file in the root directory of the project. .env.example shows an example of the file. We need to point to a postgres database in order to run the project properly. You can point to a local postgres database or a remote postgres database. If you want to set up a remote database quickly, you could use a service like railway.

Install all dependencies:

npm i
# or
yarn

After setting the .env variable, run the development server:

npm run dev
# or
yarn dev

Push the prisma schema to the database:

npx prisma db push

Open http://localhost:3000 with your browser to see the result.

About

Create & share quizzes!

https://quiz-mwyywm.vercel.app/


Languages

Language:TypeScript 98.2%Language:JavaScript 1.4%Language:CSS 0.3%Language:Shell 0.1%