Skip to content

SadiqUltra/tick-tack-toe-backend

Repository files navigation

Run Server

Run those command bellow

$ git clone git@github.com:SadiqUltra/tick-tack-toe-backend.git

$ cd tick-tack-toe-backend

$ docker-compose up -d && docker ps

Go to hasura console http://localhost:8080/console/settings/metadata-actions then import the metadata.json file

Then edit docker-compose.yaml Change 21 number line to

HASURA_GRAPHQL_ENABLE_CONSOLE: "false"

Again run this command

$ docker-compose up -d && docker ps

Test

Run those command bellow

$ yarn install

$ yarn test

Frontend repository link: https://github.com/SadiqUltra/tick-tack-toe-frontend

Releases

No releases published

Packages

No packages published