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

https://github.com/ikmnjrd/hasura-next

Hasura(GraphQL)を使ってみる
https://github.com/ikmnjrd/hasura-next

Last synced: about 2 months ago
JSON representation

Hasura(GraphQL)を使ってみる

Awesome Lists containing this project

README

        

## 使い方

```bash
npm run dev
```

```bash
docker compose up -d
```

```bash
npx hasura console --project hasura
```

```bash
npm run test
```