Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/anigql-go
- Owner: drwpow
- Created: 2019-11-30T19:08:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:20:57.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:28:41.673Z (2 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/