https://github.com/drwpow/anigql-go
https://github.com/drwpow/anigql-go
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/anigql-go
- Owner: drwpow
- Created: 2019-11-30T19:08:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:20:57.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:48:09.478Z (over 1 year 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/