Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 431 Bytes

Building an Associative Entity in Mongo

Related blog post.

Setup

  • Clone down the repo
  • run npm install
  • start a mongo server with mongod
  • run npm start to seed the database & jump into a REPL

ToDo

  • Add helper methods Post.tags & Tag.posts