importlogic / quiz-land

A quiz app to create and attend online quizzes.

Home Page:https://quizland.cyclic.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. To install everything : npm install
  2. To run server: npm start
  3. Homepage on Local Machine : http://localhost:3000

Keys to be included in .env file
MONGO_URL: Your MongoDB connection url
GOOGLE_CLIENT_ID: Your Google Client ID for oAuth
GOOGLE_CLIENT_SECRET: Your Google Client Secret for oAuth
SESSION_SECRET: Any string to act as a key for encrypting sessions

About

A quiz app to create and attend online quizzes.

https://quizland.cyclic.app/


Languages

Language:JavaScript 44.9%Language:EJS 31.6%Language:CSS 23.5%