graphql-engine/community/sample-apps/tic-tac-toe-react
2019-10-11 16:27:55 +05:30
..
client community: tic-tac-toe: fix names bug and add docker-compose (#3058) 2019-10-11 16:27:55 +05:30
hasura community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
remote-schema community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
docker-compose.yaml community: tic-tac-toe: fix names bug and add docker-compose (#3058) 2019-10-11 16:27:55 +05:30
README.md community: update sample apps for codesandbox compatibility (#2377) 2019-06-14 14:37:00 +05:30

Multiplayer Tic Tac Toe

Edit tic-tac-toe

This is a multiplayer tic tac toe app that uses the following components:

  • Frontend
    • React
    • Apollo
  • Backend
    • Hasura for GraphQL CRUD over database
    • Custom GraphQL Server with ApolloServer for custom logic

Docker deployment

To deploy all the services run the app using docker:

docker-compose up -d --build

You can access your app at http://localhost:3030