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

https://github.com/drwpow/anigql-go


https://github.com/drwpow/anigql-go

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AniArchive GQL

Animation database, served in GraphQL via [gqlgen][gqlgen].

## Setup

Copy `.env.example` to `.env` and fill in the values. Then run:

```bash
go run server/server.go
```

## Making edits

To update the generated code, run:

```bash
go run github.com/99designs/gqlgen -v
```

[gqlgen]: https://gqlgen.com/