Skip to content

Serving data from my recent favorite game Wingspan

Notifications You must be signed in to change notification settings

jackytsheng/Wingspan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wingspan

Serving data from my recent favorite game Wingspan

Project Structure Visual

I am working on it ....

Skills

Through this project I am practicing the following concept

  • JSON Serialisation
  • Basic Controller, Services, Model Folder Structure
  • Test Driven Design
  • Basic GraphQL (Hot chocolate from ChilliCream)
  • Basic GraphQL Testing
  • Basic Dependencies Injection
  • gRPC

Project Related

Rest Endpoint

Endpoint Config

"launchUrl":"rest/birds",
"applicationUrl": "https://localhost:1234;http://localhost:1233",

GraphQL

Run the following schema as example

{
  birds(first: 3) {
    edges{
      node {
        common_name
        ability_description
        egg_capacity
      }
    }
  }
} 

About

Serving data from my recent favorite game Wingspan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages