realzimon / backzimon-node

A dashboard application for civil servants to fairly distribute work. Node.js backend connecting to a MongoDB.
MIT License
1 stars 0 forks source link

Persistent Storage of Quotes #3

Closed literalplus closed 7 years ago

literalplus commented 7 years ago

The backend should store relevant and useful quotes for display on the Zimon dashboard. These should be represented in its own model, using an ORM framework.

{
  "text": "Fun Fact: Zimon is best software"
}