Full-Stack Vue, .NET, PostgreSQL - Part 09

Опубликовано: 13 Октябрь 2024
на канале: Wes Doyle
2,244
36

In this web series, we'll create a complete web application using Vue.js, .NET Core, and PostgreSQL for our stack. The series is intended for beginner to intermediate level web developers, or for anyone who wants to learn full-stack web development.

For a more in-depth (but still beginner-friendly) course, be sure to check out my full-stack Udemy course using this stack!
https://www.udemy.com/course/learn-fu...

In that course, we'll spend over 12 hours building a larger application that displays embedded graphs, generates PDFs, and covers a deeper and wider variety of skills. For a limited time, use promo code FULLSTACK20 to get a discount on that course!

In the ninth installment of our full-stack series, we invoke a useful lifecycle hook to fetch all books to our Vue.js client by invoking our previously-created API endpoint. Now we're starting to see some of the integration between our applications take place.