Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ gnucash-graphql Public archive

A GraphQL server for GnuCash files

License

Notifications You must be signed in to change notification settings

vinymeuh/gnucash-graphql

Repository files navigation

gnucash-graphsql

License: MIT Release Build Status codecov Go Report Card

How to start the server

By default configuration file config.yml is loaded from current directory but you can use another using environment variable GNCGQL_CONF. See config.yml.template for more details.

~> export GNCGQL_CONF=/path/to/my/config.yml
~> ./gnucash-graphql

When is started, we can get some informations about the server using command:

~> curl -s localhost:3000 | python -m json.tool

About

A GraphQL server for GnuCash files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published