Hi everyone. In this section we are going to be talking about API development with go. We start by understanding what is the model view and controller architecture and APS. Then we will move on to learn about HTTP requests. Then eventually we make a crud application or a create read update, delete application with database wrappers in the model layer. So the flow is going to be first we will be touching on the controller layer.
Then we will see how the controller layer talks to the view layer. And then eventually, we will go on to the model layer where we talk to databases. So this is going to be very exciting section for us. And this is going to be a section where we're going to be following a project. So we're going to be making a to do list as we go along. So see you guys in the section and stay tuned.