Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 9 days 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/