Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 700 Bytes

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