Summary
In this chapter, we finally made a complete application in the Julia web framework, which you could take as a blueprint for starting your own project. You learned how to generate a new MVC project and its model, how to create views to display the data, and how to route browser requests through a controller function to its intended view. Also, you saw how you can add data validation functions and set up automatic testing for your app.
In the next chapter, we’ll apply the same techniques to create a REST API-based app.