Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivantsov/starwars
https://github.com/rivantsov/starwars
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rivantsov/starwars
- Owner: rivantsov
- Created: 2020-10-14T03:23:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T05:51:50.000Z (over 3 years ago)
- Last Synced: 2024-11-12T14:53:37.403Z (2 months ago)
- Language: C#
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# StarWars Demo App
[NGraphQL](https://github.com/rivantsov/ngraphql) is a framework for building **GraphQL** servers on .NET platform.
This repo is a sample Star Wars application and a GraphQL Server built with NGraphQL.## Running the sample
Open the solution in Visual Studio. Run the unit tests in the *StarWars.Tests* project.Set the project *StarWars.HttpServer* as startup in Solution Explorer. This is a test HTTP server with GraphiQL UI. Run this project - the GraphiQL UI page should appear.
Explore the StarWars Schema. Run sample queries hitting the StarWars GraphQL Server.