@thisisagile/easy-sample

Straightforward set of examples for building domain-driven microservice architectures using @thisisagile/easy

Usage no npm install needed!

<script type="module">
  import thisisagileEasySample from 'https://cdn.skypack.dev/@thisisagile/easy-sample';
</script>

README

easy-sample

pipeline npm package quality gate coverage semantic-release

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.

Please note: we are slowly adding more value to the library, step by step. Most of our additions are useful as such, both it will take some effort for the full architecture to be in place to implement fully working microservices. Please bare with us.