Implement Messages of the Day
Implement a Route to query a list of MOTDs. A MOTD should include the Attributes
- id - incrementing number
- msg_german - content of the motd in german
- msg_english - content of the motd in english
- start_timestamp - Start Time when the message should be valid
- end_timestamp - End Time for message validation
The Route should be GET /motds
and return a list of MOTD Objects