mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
d9afcc1857
NPM v7 uses a new (backwards-compatible) lockfile format. This upgrades all our various _package-lock.json_ files to use the new format. It's much more verbose so that NPM can be a lot faster. I figured it was cleaner to do this once in a separate PR rather than upgrading them in combination with adding or upgrading a new dependency. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5869 GitOrigin-RevId: 322fb63b96e2d873a4a3cc05fa6c7afa414716ce |
||
---|---|---|
.. | ||
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 Compose:
docker compose up -d --build
(Use docker-compose
if you are using Docker Compose v1.)
You can access your app at http://localhost:8000