Bring your best friends alive for battles with this single API
- Docker
- Go
- golangci-lint
Install dependencies
make deps
make run
Run unit tests
make unit-test
Run linters
make lint
Create image
docker build --tag [your tag] .
Create and run container based in the image that you created before.
docker run --name pokech -p 80:8085 [your tag]