Represent any GraphQL API as an interactive graph. It's time to finally see the graph behind GraphQL.
⚡️ PowerStack: a powerful fullstack development framework.
Disclaimer: This is a work in progress. Will be finalized soon.
Demo at voyager.powerstack.xyz
This server is built on top of IvanGoncharov/graphql-voyager
# Install project dependencies
yarn
# Development server with reload
yarn dev
# Build the image
docker build -t powerstack-voyager:local .
# Start a container
docker run --name powerstack-voyager --env-file .env -p 3307:3307 -d powerstack-voyager:local
# Get container ID
docker ps -aqf "name=^powerstack-voyager$"
# Print app output
docker logs -f powerstack-voyager
# Stop, start, restart, kill
docker stop powerstack-voyager
docker start powerstack-voyager
docker restart powerstack-voyager
docker kill powerstack-voyager
We use a Discussions Board to gather thoughts, bug reports and feature requests from the community.
Follow the standard Github Flow for PRs. Contributing Guidelines.
Blockmatic is building a robust ecosystem of people and tools for the development of blockchain applications.