Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 323 Bytes

dotnet-graphql-template

.NET Core, GraphQL template project.

Local Run requirements

  • .NET Core 2.x

Docker Run requirements

  • docker
  • docker-compose
use *.cmd and *.sh files on windows and *nix env.

Build

  • build.sh

Run

  • run.sh
  • or docker-compose up --build

Test

  • run-test.sh