acelot / graphql-articles

Articles GraphQL Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-articles

Articles GraphQL Service

Requierements:

  • libvips

How to build

make build

How to apply DB migrations

migration update postgres://user:pass@localhost/articles\?sslmode=disable

How to run app

app postgres://user:pass@localhost/articles\?sslmode=disable

About

Articles GraphQL Service

License:MIT License


Languages

Language:Go 98.4%Language:Makefile 1.6%