agent/issue-14-add-tags-field-to-todos-and-tag-filter-on-get-todo
main
- Add tags:[] to all seed todo objects - POST /todos accepts optional tags array (defaults to []) - GET /todos?tag=<value> filters to todos whose tags include that value (case-sensitive) Closes #14