Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softchris/graphql-ef-demo
demo covering EF .NET and GraphQL
https://github.com/softchris/graphql-ef-demo
Last synced: 16 days ago
JSON representation
demo covering EF .NET and GraphQL
- Host: GitHub
- URL: https://github.com/softchris/graphql-ef-demo
- Owner: softchris
- Created: 2019-12-16T01:14:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T01:15:51.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T13:22:35.360Z (about 1 month ago)
- Language: C#
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-ef-demo
demo covering EF .NET and GraphQLThis is a .NET project so
```
dotnet restore
```followed by
```
dotnet run
```GraphiQL route found at `localhost:5001/graphql`