Skip to content

hypong/hmwork-keyteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

how to start

docker-compose up -d

graphql-server

  • graphql endpoint :4000/graphql

need to add blue and orange button at the first time

mutation {
  addButtonCount(name: "blue") {
    id
    name
    value
  }
}
  • Create testing db to do the api test
docker-compose exec postgres createdb -U postgres keyteo-db-test

game-app

  • game dashboard endpoint :3000/dashboard

  • game client endpoint :3000/client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published