In the previous chapters, we explored how to build an engaging frontend for our application, by utilizing the popular React framework.
It's now time to cover how to build efficient backend code in the Go programming language to work with our frontend. In this chapter, we'll make use of the super-fast Gin framework to build some of the APIs needed for the project of this book (that is, the GoMusic store).
In this chapter, we'll cover the following topics:
- RESTful APIs
- The Gin framework
- Models and bindings
- HTTP handlers