Skip to content

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

License

Notifications You must be signed in to change notification settings

playmast3r/fibr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%