Related blog post.
- Clone down the repo
- run
npm install
- start a mongo server with
mongod
- run
npm start
to seed the database & jump into a REPL
- Add helper methods
Post.tags
&Tag.posts
Related blog post.
npm install
mongod
npm start
to seed the database & jump into a REPLPost.tags
& Tag.posts