Skip to content

BolajiOlajide/questions-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questions & Annotations

This solution makes use of nested sets to model the tree structure in MongoDB. You can read more about nested sets here.

Prerequisite

  • Node
  • Yarn
  • MongoDB

Setup

Follow the following instructions to set up the project on your machine.

  • Clone the repository

  • Install the project dependencies with the command

yarn
  • Start the project with the command
yarn dev