graphql-engine/community/sample-apps/tic-tac-toe-react
Rikin Kachhia 3696d92743 add github workflow to compress new images in PRs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: cfef3585b120d82cafe5343cfceddbcd05969a15
2021-03-10 20:55:02 +00:00
..
client add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
hasura community: update sample apps to use hasura cloud and v3 migrations/metadata 2021-03-02 08:32:37 +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