daycademy / fake-graph

A fake GraphQL server for testing and learning purposes.

Home Page:https://fake-graph.daycademy.de/graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔨 Fake Graph

Fake Graph is a useful GraphQL test server, where you can test all GraphQL concepts (e.g. fragments, inline fragments). It is written in Type-GraphQL and has a SQLite database.

More descriptive readme coming soon

Development

First of all, you need to clone the repository and install the dependencies:

$ git clone git@github.com:daycademy/fake-graph.git
$ cd ./fake-graph

$ npm install
OR
$ yarn

After that you can run the fake-graph GraphQL server.

$ npm run start
OR
$ yarn start

Now that is all to set up. You are now ready to go and send requests to http://localhost:4000

About

A fake GraphQL server for testing and learning purposes.

https://fake-graph.daycademy.de/graphql

License:MIT License


Languages

Language:TypeScript 92.0%Language:JavaScript 8.0%