An open API service indexing awesome lists of open source software.

https://github.com/danny-yamamoto/fuse-dev

Try fuse.
https://github.com/danny-yamamoto/fuse-dev

fuse

Last synced: about 2 months ago
JSON representation

Try fuse.

Awesome Lists containing this project

README

        

## Install
```bash
npx create-fuse-app
npm install
npm install --save fuse graphql
npm install --save-dev @graphql-typed-document-node/core
```

## Set up GraphQLSP to get IDE autocomplete
https://fusedata.dev/docs/setting-fuse-up-manually#set-up-graphqlsp-to-get-ide-autocomplete

## Run the Fuse API server
```bash
npx fuse dev
```

## reference
- [Getting Started](https://fusedata.dev/docs)