04 - Conclusion
Last updated
Last updated
In this module, we'll take a look back at what we've done.
In Section 5, we've done the following:
A step-by-step creation of a POST controller method.
Learned about passing data to our database.
Gained experience with using Postman to test HTTP requests and responses.
Begun working with the Model-View-Controller software pattern.
Learned more about Promises and used them in a practical way.
Worked with Sequelize methods and models to help create data to be persisted.
Let's take a look at the big picture diagram:
This chapter will be the foundation for a pattern that we will continually use as we build out our server side. A good way to learn to code is to work through bite-sized chunks, referencing the documentation, and playing with test data, all of which we have been doing. Although a good amount of heavy lifting has been done, we have only just begun. As the controller method that we wrote in seven steps becomes second nature to you, you'll see that learning is a continuous requirement in our field.