Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 591 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 591 Bytes

Qriosity

Live demo

You can find the live demo here https://qriosity-quizapp.herokuapp.com/

About the project

Qriosity is a web application where a user can create quiz (both single correct as well as multiple correct), add negative marking to questions, attempt quiz and analyse scores.

Techstack used

  1. NodeJS
  2. ReactJS
  3. MongoDB
  4. ExpressJS
  5. Redux

How to run?

For client

cd client
npm install
npm start

For server

First set up proper environment variables by creating a .env file

cd server
npm install
npm start