Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 346 Bytes

Getting Started with Create React App

This project expose the DBnomics REST API with a GraphQL interface using the GraphiQL UI.

Installation

Start the server:

cd demo-dbnomics
npm install
npm run start

And browse http://localhost:3000/

Usage

Use the explorer pane to build query or uncomment any of the provided queries.