In this presentation, we build a REST API service for the TodoMVC.com project.
Building REST API services in Go is really about composing many small handlers together. Check out some of the patterns for project structure, build tools, package management, routing, request contexts, authentication / sessions (with jwt), data models, and configuration. I hope after this you'll be on your way to build some awesome REST APIs!