Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 177 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 177 Bytes

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