JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q20534F
  • License MIT

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

Package Exports

  • @thisisagile/easy-sample

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@thisisagile/easy-sample) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.