Skip to content

HaMster21/graphql-showcase

Repository files navigation

A demo project for GraphQL

Travis Build Docker Cloud Automated build

This is an example project of building a single webshop API using GraphQL and ASP.NET Core.

GraphiQL playground

You can play around with GraphQL and this schema by using the prebuilt docker image. You'd need a working docker environment for this.

docker run --rm -i -p 5000:5000 hamster21/graphql-showcase

Point your browser to http://localhost:5000/graphiql/ afterwards to get a visual client to the API.

About

A showcase for a webservice with graphql API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published