This talk is a post mortem report about building a mobile first web application with go as the backend language and Vue.js as the frontend language. The focus is on the backend parts written in go.
The talk will begin with a brief overview of the problem that we solved.
The main part will then give an opinionated view of the libraries used for the most important backend parts:
Building a REST API: https://github.com/labstack/echo
We chose the echo framework because it had a good set of features helping us to speed up the development.