Skip to content

mkokryashkin/isp-clouds-test

Repository files navigation

Test task for ISPRAS Cloud Department: Simple Golang Server

GitHub Workflow Status GitHub GitHub last commit

Docs

API specification can be found here.

Requirements

  • First of all, you need to install the Golang suite.
  • Then, you need to make sure you have the ffmpeg installed. It is unlikely that it is not present on your PC already, if you are running any popular Linux distro.

Building

go build -v ./...

Testing

go test -v ./...

Running in Docker container

docker build --tag ispras-test-server
docker run --publish 8080:8080 ispras-test-server