/tttGameApi

tick-tack-toe game API

Primary LanguageTypeScript

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