Skip to content

A GraphQL APIs for https://cnodejs.org community built with graphql-go package.

License

Notifications You must be signed in to change notification settings

mrdulin/graphql-go-cnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-go-cnode

Go Report Card

A GraphQL APIs for https://cnodejs.org community built with graphql-go package.

Environment variables

Put following environment variables into .env file

API_BASE_URL=https://cnodejs.org/api/v1
GRAPHQL_PATH=/graphql
PORT=3001

Usage

Start GraphQL API server:

make run

build to binary:

make build

Run unit tests:

make unit_test

About

A GraphQL APIs for https://cnodejs.org community built with graphql-go package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published