In this video tutorial, we will learn how to build a simple Full Stack application using #SpringBoot as backend and #Vue JS as frontend.
Vue JS is a progressive framework for building user interfaces (UI) on the front end.
Spring Boot is a very popular Java framework for building RESTful web services and microservices.
Blog post at https://www.javaguides.net/2021/07/vu...
Course Content:
[00:00] - Overview
[04:01] - Creating Spring Boot Project and Expose REST API
[20:52] - Creating Vue Project and Consume REST API