GraphQL API server for Steam and game servers
- node.js
- postgreSQL
npm install
- Copy
/.env.default
as/.env
npm start
- Nodemon is enabled, server will restart when file changes are detected
- Utilizes
babel-node
, therefore runningbuild
isn't required
npm run build
- Built project is located in the
/.build
folder
npm run serve
- It isn't necessary to run
build
before runningserve
The server offer the GraphiQL in-browser query tool, available at http://localhost:4020/api
Query examples are located in the /docs/queries
folder.