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
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.