Skip to content

tomatofrommars/nestcloud-grpc-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestCloud + GRPC + CQRS + GraphQL

A NodeJS micro-service solution based on Consul, writing by Typescript language and NestJS framework.

Precondition

  • Node.js > 10.0.0
  • Consul in port 8500 needed

How to run

yarn
yarn run start:server1
yarn run start:server2
yarn run start:client

Endpoint

Playground: getById

{
 getById(id: 1234) {
   name
 }
}

Playground: renameSchool

mutation {
  renameSchool(id: 1234, name: "aaaeeea")
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •