Nxplorerjs Microservice Starter

screenshot of Nxplorerjs Microservice Starter
express

Node JS , Typescript , Express based reactive microservice starter project for REST and GraphQL APIs

Overview

The nxplorerjs-microservice-starter is a Cloud Native Node JS Express Reactive Microservice Starter Template designed for REST and GraphQL APIs. It offers a complete Node JS/Typescript-based microservices template with essential features for production deployment, monitoring, debugging, logging, security, CI/CD, and more. With a focus on design principles and modular code, this project provides a solid foundation for building microservices.

Features

  • Node JS, Express, Typescript, Dependency Injection based
  • Backpack (Webpack) based for build, development, packaging
  • Swagger integration for API documentation
  • GraphQL support with Apollo Server 2.0, JWT security, DataLoader, REST data sources
  • GraphQL mock resolvers for development
  • GraphQL client wrapper APIs
  • REST APIs using Inversify Controller
  • Externalized Configuration with DotEnv

Summary

The nxplorerjs-microservice-starter is a comprehensive Node JS microservices template that incorporates best practices for building scalable and secure APIs. With support for both REST and GraphQL, Docker, Kubernetes, and various testing frameworks, this template caters to the needs of modern microservice development. Its design principles, modularity, and DevOps readiness make it a valuable resource for developers looking to kickstart their microservice projects efficiently.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.