An open API service indexing awesome lists of open source software.

https://github.com/bolajiolajide/questions-annotations


https://github.com/bolajiolajide/questions-annotations

mongo mongodb questions topic tree

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Questions & Annotations

This solution makes use of nested sets to model the tree structure in MongoDB.
You can read more about nested sets [here](https://docs.mongodb.com/manual/tutorial/model-tree-structures-with-nested-sets/).

## 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

```sh
yarn
```

* Start the project with the command

```sh
yarn dev
```