graphql-engine/community/sample-apps/tic-tac-toe-react
Praveen Durairaju 40f4b8003e community: fix sample apps metadata for v3 config
https://github.com/hasura/graphql-engine-mono/pull/2137

GitOrigin-RevId: 83c2ef3a24a57a53f33e9b272bebf20341c5fc9b
2021-08-19 03:46:59 +00:00
..
client add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
hasura community: fix sample apps metadata for v3 config 2021-08-19 03:46:59 +00:00
remote-schema Correct tic-tac-toe game port and bug (#4565) 2020-05-18 11:44:23 +05:30
docker-compose.yaml community: update sample apps to use hasura cloud and v3 migrations/metadata 2021-03-02 08:32:37 +00:00
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