Handle a tree data structure with CRUD operation in NodeJS and MongoDB using aggregation.
You can see a full tutorial of this project in my blog.
- Clone repository
- Create
.env
file and configure connection string for MongoDB - Run following commands:
npm install
npm run dev