mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
3696d92743
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: cfef3585b120d82cafe5343cfceddbcd05969a15 |
||
---|---|---|
.. | ||
client | ||
hasura | ||
remote-schema | ||
docker-compose.yaml | ||
README.md |
Multiplayer 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