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

https://github.com/mpapenbr/iracelog-graphql

GraphQL service for iRacelog
https://github.com/mpapenbr/iracelog-graphql

backend graphql-server iracing

Last synced: 9 months ago
JSON representation

GraphQL service for iRacelog

Awesome Lists containing this project

README

          

# iracelog-graphql

GraphQL service for iRacelog

# Environment

DATABASE_URL postgresql://DB_USER:DB_PASSWORD@DB_HOST:DB_PORT/DB_SCHEMA

Based on this [tutorial]

[tutorial]: https://www.howtographql.com/graphql-go/0-introduction/
[gqlgen]: https://gqlgen.com/getting-started/
[dataloader]: https://david-yappeter.medium.com/the-importance-of-dataloader-in-graphql-go-4d5214869b20