Skip to content

Mongo db dev setup

Marius Colacioiu edited this page Oct 23, 2019 · 7 revisions

To have DB URI and name properly exported checkout Environment Setup step.


One should have mongodb instance running on port 27017.


To reset fixtures in development, run this GraphQL query in the playground (Link to playground):

{
  reloadFixtures
}

Node Mongo 3.3 API

Clone this wiki locally