@thisisagile/easy-sample
v1.6.2
Published
Straightforward set of examples for building domain-driven microservice architectures using @thisisagile/easy
Downloads
22
Readme
easy-sample
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.