Step By Step Ionic 4 And Spring Boot Application

  • 3.6
2.5 hours on-demand video
$ 12.99

Brief Introduction

Ionic 4, Spring Boot 2.1.4, Mobile Hybrid (IOS, Android) Development, Server Side (Spring Boot), MySQL, Liquibase

Description

We will create a new project in this course.

And we will implement this project on server side with using Spring Boot, MYSQL, and Liquibase.

On mobile side, we will use Ionic.


In our project, we will implement CRUD operations. And these CRUD operations will be requested from Ionic Mobile side.

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.

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


We will have two main components to implement our project.

These are server side and mobile 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 Mobile Side.


Ionic will be implemented for mobile application.


Ionic works on nodeJS and Angular.


In Ionic, we have also MVC structure.


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


In controller:We can call service methods and get responses.


In View: we can implement UI interface.

Requirements

  • Requirements
  • Basic Java Knowledge
$ 12.99
English
Available now
2.5 hours on-demand video
Senol Atac
Udemy

Instructor

Senol Atac

  • 3.6 Raiting
Share
Saved Course list
Cancel
Get Course Update
Computer Courses