Skip to main content

Microservices service diagram
  • Gateway - Public-facing service that aggregates data from internal services
  • Users - Internal service that returns user data
  • Products - Internal service that returns product data

Run locally

1

Install the CLI and clone

npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git
cd examples/node-microservices
npm install
2

Start the development server

specific dev
Open the gateway URL shown in the output to see aggregated data from the internal services.
3

Deploy to production

specific deploy