A microservice is a single self-contained unit which, together with many others, makes up a large application. By splitting your app into small units every part of it is independently deployable and scalable, can be written by different teams and in different programming languages and can be tested individually.
Moleculer is a fast, modern and powerful microservices framework for Node.js. It helps you to build efficient, reliable & scalable services.
This boilerplate make it easier to get started with a well-structured Node.js microservices with Typescript.
This boilerplate includes the latest powerfull tools.
Please refer to our setup guide to create a new app.
For more detailed documentation, check out https://pankod.github.io/moleculerjs-boilerplate/
moleculerjs-boilerplate is shipped with a CLI tool to streamline the creation of new microservices. By using the CLI tool, you may easily add entities, services to your project and have all the required interfaces and imports are automatically created for you.
To start the CLI, you may run the following npm command:
npm run cli
After answering questions it generates files in miliseconds.
Licensed under the MIT License, Copyright © 2019-present Pankod