graphql-engine/community/sample-apps/tic-tac-toe-react
Boda de942282e6
Correct tic-tac-toe game port and bug (#4565)
* correct port number for tic-tac-toe game

* correct winning combo for tic-tac-toe game

Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 11:44:23 +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 Correct tic-tac-toe game port and bug (#4565) 2020-05-18 11:44:23 +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 Correct tic-tac-toe game port and bug (#4565) 2020-05-18 11:44:23 +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:8000