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

https://github.com/linnovate/mean-tags

Tagging module for mean
https://github.com/linnovate/mean-tags

Last synced: about 1 month ago
JSON representation

Tagging module for mean

Awesome Lists containing this project

README

          

# Mean Tags

Mean Tags enables adding tags to your app

## Basic Usage

Add to your schema:

tags: [{
type: Schema.ObjectId,
ref: 'Tag'
}]

populating the field:

.populate('tags', 'title')

View: