Book Image

Full Stack Web Development with Vue.js and Node.js [Video]

By : Haider Rehman
Book Image

Full Stack Web Development with Vue.js and Node.js [Video]

By: Haider Rehman

Overview of this book

<p>Vue.js is a versatile, approachable, and performant open-source JavaScript framework for building UIs and has a maintainable and testable code base. In combination with modern tools and support libraries, Vue.js will incrementally scale your projects to a solid and robust architecture.</p> <p>This course will help you develop effective and maintainable full-stack web applications using Vue.js and Node.js. You'll start by building the frontend to a songs playlist application, to log in, create a new playlist, and search through YouTube videos. You'll learn how to build a scalable Vue.js frontend that can work well in combination with a Node.js backend application.</p> <p>Next, you'll learn how to consume data from a third-party API within your application as well as how to perform CRUD operations against a locally hosted API using the HTTP client Axios.</p> <p>By the end of the course, you will have an understanding of fundamental Vue.js concepts and will know how to use its state management library, Vuex, and its frontend routing library, Vue-router. Also, you'll be confident in building powerful and performant frontend web development using Vue.js.</p> <h1>Style and Approach</h1> <p>In a practical manner, you will learn to implement various Vue.js modules, components, and features in order to build frontend applications and integrate the backend with Node.js for complete full stack web development, with a focus on the frontend.</p>
Table of Contents (5 chapters)
Chapter 5
Create, Read, Update, and Delete with Node.js
Content Locked
Section 6
Using the API to Create, Read, Update, and Delete Items – Part 4
The aim of this video is to demonstrate how we can edit and delete an entry from our database. - Create edit and delete server endpoint that will delete and modify the song information on request - Create a vue route to send a request to the server for updating the song information - Create edit song component that will display the song information in an editable form