Skip to content

itsmepetrov/football-graphql-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football GraphQL test server

A demo wrapper around PADS API built using GraphQL.

Support next queries:

  • match: match info
  • matches: list of matches
  • actions: list of match actions

Check out football-react-native-test-client - React Native demo client for this server

Getting Started

$ npm install
$ redis-server
$ npm start

Development

$ redis-server
$ npm run start:dev

Launch your favorite web browser and go to http://localhost:5000/graphql for GraphiQL interface.

About

GraphQL server for football test API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published