uliSchuster / real-world-backend

A study project on how to develop a production-grade Haskell backend application.
Apache License 2.0
1 stars 1 forks source link

Rwhsg 0018 get tags usecase #19

Closed uliSchuster closed 4 years ago

uliSchuster commented 4 years ago

This pull request includes a simple command-line parser to start use cases locally. So far, only the tag-display request is honoured. The list of tags that the use case retrieves from the DB is passed on to a presenter, which maps the tag list into a JSON list for output.

uliSchuster commented 4 years ago

Merge the request anyways, because we decided to disband the project for now.