Microservices
A demonstration of how multiple services can communicate with each other using Specific's service reference syntax.

- 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
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-microservices
npm installStart the development server
specific devOpen the gateway URL shown in the output to see aggregated data from the internal services.
Deploy to production
specific deploy