Skip to content

daviddyess/steam-graphql

Repository files navigation

steam-graphql

GraphQL API server for Steam and game servers

Requirements

  • node.js
  • postgreSQL

Install

npm install

Configure

  • Copy /.env.default as /.env

Start / Development

npm start
  • Nodemon is enabled, server will restart when file changes are detected
  • Utilizes babel-node, therefore running build isn't required

Build

npm run build
  • Built project is located in the /.build folder

Serve

npm run serve
  • It isn't necessary to run build before running serve

GraphiQL

The server offer the GraphiQL in-browser query tool, available at http://localhost:4020/api

Documentation

Query examples are located in the /docs/queries folder.

About

GraphQL API server for Steam and game servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published