Data Model

Frigg has a fairly straightforward data model

  • Currently we connect to a MongoDB cluster using Mongoose. Recommendation is MongoDB Atlas, fast and free to spin up a test cluster.

  • Follow instructions to create

  • Copy and paste yours to the config/dev.json file

Last updated