In this chapter, we learned what CI is and how to use it to make the build automatic in the application. We also learned about how to deploy apps using Heroku integration. Overall, we learned how to build a full-stack web application using the Vue.js and Node.js technologies, we integrated a different authentication mechanism, and we also learned how to write tests for the application and make deployments for the application. Congratulations!
This is just the beginning of the journey that you will be taking forward. You should now be able to make small-to-large scale applications with all the technologies that we have learned about here.
This book has provided you with the skills to build an application using JavaScript as the sole programming language using the MEVN stack. This can be a great start if you are planning on building your own complete application. I hope...