Skip to content

Files

This branch is 6922 commits behind hasura/graphql-engine:master.

tic-tac-toe-react

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