ssh-test
Prerequisites
Author used go version go1.12.13 darwin/amd64.
You must have docker, docker-compose, openssl installed on your computer.
Reading
How to generate certificate.
How to set up custom server
I have decided to create the game that will not be a stupid one.
Hence, this I thought I could use Markov process.
I found this article and
this repo.
How to start
# generate code
make generate
# install dependencies
make deps
# generate certificate
make generate_certificate
# start server and postgres
docker-compose up
How to play
Load this file (it is a collection) to Postman and play.
How to run tests
make unit_test