A scalable and modular shared lib for building microservices using TypeScript and Node.js. This project provides a solid foundation for creating high-quality, maintainable, and production-ready microservices.
For those who want a deeper understanding of the platform, including its architecture or CI/CD workflows, comprehensive documentation is available in the /docs folder. This documentation provides detailed insights and examples for implementation and scalability, inspired by the principles used in Scalify E-Commerce Docs.
Download the boilerplate to your local machine:
git clone https://github.com/username/boilerplate-microservice.git
cd boilerplate-microserviceThis boilerplate comes with Husky pre-configured to enforce Git hooks, ensuring consistent code quality before commits:
npm run prepareInstall the required Node.js packages:
npm installStart the microservice in development mode:
npm run start:devThis project is licensed under the MIT License.