/fibr

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

Primary LanguageJavaScriptMIT LicenseMIT

Fibr Quiz:

Create API for a quiz app

  • A user (creator)should be able to log in and create multiple quizzes. Questions in the quiz are multiple choice questions with one or more correct answers. User should be able to share the quiz with other.
  • Others (participants)can take the quiz, using the link shared by the creator and will be awarded score based one the results. The creator should be able to view the list of participants and their scores.