A Sample REST API written in Go using JWT authorization To run the API install Docker and execute 1. docker build -t rest-api . 2. docker run -p 8080:8081 rest-api