octopusLighthouse / tttGameApi

tick-tack-toe game API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Description

Tick-Tack-Toe game API. User interface of this game you can found here: https://github.com/octopusLighthouse/tttGameReactUI

Run game API

# To run game api, type this command in terminal. 
# This will run backend-api service and redis service.

$ docker-compose up --build




## Test
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

About

tick-tack-toe game API


Languages

Language:TypeScript 91.3%Language:JavaScript 7.1%Language:Dockerfile 1.6%