Restful API Web Services With Spring Boot And Vue JS + Vuex

4.13

Updated on

Course overview

Provider
Udemy
Course type
Paid course
Level
All Levels
Duration
5 hours
Lessons
56 lessons
Certificate
Available on completion
Course author
Senol Atac
  • Full Stack Development With Spring Boot And Vue Js + Vuex
  • Restfull Api Services With Get, Post, Put, Delete Mapping...
  • Spring Boot, Mysql, Vue Js
  • Vuex - State Management System

Description

Spring Boot, Vue, Vuex, MySQL, Full Stack Web Development, Lombok, Gradle, Java, Bootstrap, Font-Awesome, Vue-Router

We will create a new project in this course.

And we will implement this project with using Spring Boot, Vue, and MYSQL.


In our project, we will implement CRUD operations. And these CRUD operations will be requested from Vue.

Then This requests will be handled from Spring Boot.


Our project goes on User operations.

Our main operations will be user login, register, profile and user list.

Also, we will go on with role based application.

And this all things will be provided with secure way in both Vue and Spring Boot side.


We will have two main components to implement our project.

These are server side and client side.


In Server Side:


Spring Boot will be main thing.


Model View Controller structure will be implemented with using Spring Boot.


Our MVC structure will work like that:


First of all, the entity classes will be created under model package.


Later, if model class is permanent, we will create a repository for it.


Then we will call repository from services.


Finally, we will call services from from controllers. 


In Spring Boot, Data will be presented to client as API call so Spring Rest Controller will be used to handle it.


We will use MySQL as Database.


We will also use Object Relational Mapping with Java Persistence API and Hibernate.


You know, We can map our database tables to objects with hibernate.


We will use JPA Repository and Crud Repository in Spring Boot.

So these repository templates will handle common database operations like save, update, find, delete.


With Spring Boot, we will also use Lombok library to clear code.

You know that we don't want to implement getter, setter, equals and hash code. So we can escape it using Lombok @Data or @Value annotation.


We will use Gradle To handle all dependencies on server side.


That's all about Server side.


Let's talk about Client Side.


Vue will be the main client controller.


Vue works on nodeJS.


In vuejs, we will consume server side data with api calls.

To do it, we will create service classes.

In service:  We can connect to server side and we can send requests or we can get responses from server side with http.

Then, we will call service data from components and we will render them.

Our User interface panel is contructed from admin operations and user operations.

In user operations:,

we will implement login, register and profile pages for users.

In admin operations:,

We will list all users and we will display the detail of users.


And of course, we will implement authentication and authorization for admin operations.

Similar courses

Build Web Apps with Vue JS 3 & Firebase
  • 32 hours
  • 314 lessons
  • Certificate
Vue JS Essentials with Vuex and Vue Router
  • 11 hours
  • 140 lessons
  • Certificate
Restful API Web Services With Spring Boot And Vue JS + Vuex
  • English language

  • Recommended provider

  • Certificate available