Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 583 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 583 Bytes

Orbital and NextJS Demo app

This is a demo showing using Orbital's query client within a NextJS demo application.

Running this demo

  • 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.

Starting the backend services

TODO : Add a docker-compose, which starts the services from the films demo.

Where to next?

For more information, head over to OrbitalHQ.com