Repository with a set of examples of how to apply @thisisagile/easy for building simple, straightforward domain-driven microservices in TypeScript, running on express.js and node.js (for example).
We keep this library simple on purpose, extending it using additional libraries and frameworks should be possible simply by embedding their API's.
We will use jest for unit testing, wrap axios for request handling, and a simple mongodb connector, and wrap tsyringe for dependency injection.