Skip to content

gui-barcelos/graphql-blog

Repository files navigation

GraphQL Blog

Simple Blog app using GraphQL, .NET Core and EF Core.

Using postman, make a post to http://localhost:52740/ with body below:

{
  posts(content: ".net") { id, title, content }
}

Todo list:

  • Initial structure
  • Integration Test for testing
  • UI

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages