Skip to content
tas12 edited this page May 22, 2016 · 3 revisions

Here we are going a list a few links, which can be editable by the admin.

Data will be stored in a mongodb collection named 'learn'.

The data structure:

{
  "category": "The Aggressive/Difficult Child"
  "things_to_know": []
},
{
  "category": "The Sad And Isolated Child"
  "things_to_know": ["Young people get sad, tearful, and lonely. This is entirely normal, and to be expected."]
}
...

Clone this wiki locally