Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 428 Bytes

TicTacToe - backend

Steps to run this project with frontend:

  1. install docker and docker-compose
  2. clone this repo
  3. Run docker-compose -f docker-compose.full.yml build --no-cache command
  4. Run docker-compose -f docker-compose.full.yml up -d command
  5. Open http://localhost:8080

P.S. TicTacToe - frontend repo: https://github.com/ddevilbb/tictactoe-frontend