Skip to content

anku255/Quizzy

Repository files navigation

Quizzy

What is this?

It is a quiz app that I developed for my college. The admin can post quizzes on certain topics and the users can take the quiz and analyze their performance over time.

Where can I see this?

You can visit this website by clicking here.

How to run this locally?

  • Clone this repository.

Setting up Environment Variables

  • Create a file called variables.env in the root directory. Provide the values for following keys -
DATABASE=YOUR_VALUE
GOOGLE_CLIENT_ID=YOUR_VALUE
GOOGLE_CLIENT_SECRET=YOUR_VALUE
COOKIE_KEY=YOUR_VALUE

Installing dependencies

  • npm install
  • npm run client-install

Running both client and server

  • npm run dev

About

A Quiz website based on MERN stack!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published