This is a demo showing using Orbital's query client within a NextJS demo application.
- Clone this repo
- Start the backend services:
docker-compose up -D
(see below) npm install
npm run dev
- Visit
https://localhost:3000
A table of films is shown, which comes from linking data from multiple data services.
TODO : Add a docker-compose, which starts the services from the films demo.
For more information, head over to OrbitalHQ.com