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
- Host: GitHub
- URL: https://github.com/bolajiolajide/questions-annotations
- Owner: BolajiOlajide
- Created: 2020-11-20T13:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T00:30:13.000Z (over 5 years ago)
- Last Synced: 2025-07-14T05:03:39.673Z (12 months ago)
- Topics: mongo, mongodb, questions, topic, tree
- Language: JavaScript
- Homepage: https://still-everglades-03900.herokuapp.com
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```