*Micro-services packages to support micro backend services
This library extends the bunyan
npm with factories to create Logger instances:
- @micro-services/core: Core abstractors that will be used in other packages
- @micro-services/persistence: Provides abstract classess to work with Sequelizer and Mongoose
- @micro-services/amqp: TODO
Install node_modules
via npm
npm i
Build the project (using typescript compiler)
npm run lerna