Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 784 Bytes

Go Capture API

Build Code style: black

Go Capture API is a REST API that will generate an SGF file from an image of a Go position.

Requirements

  • Python 3.11+
  • Docker and Docker Compose

Commit hooks

pre-commit install

Run

docker compose -f docker-compose-dev.yml -p go-capture-api up -d --build

Deploy GithubRole

aws cloudformation create-stack --stack-name GoCaptureGithubRole --parameters ParameterKey=Repository,ParameterValue=<github-repo> --template-body "$(cat cloud-formation/github-role.yaml)" --capabilities CAPABILITY_NAMED_IAM