Java Full Stack Spring Boot and Angular (Inc. JWT + Cloud)

Udemy Java Full Stack Spring Boot and Angular (Inc. JWT + Cloud)

Register & Get access to index
Lg9ujGZ.jpg


Spring security, Heroku Cloud Deployment via Github, PostgreSQL, Hibernate, Lombok, Angular12, Full Stack Development

What you'll learn​

  • Spring Boot
  • Angular
  • Full Stack Development with Spring Boot and Angular
  • Cloud Deployment for Java and NodeJS
  • Heroku Cloud Deployment
  • Learn the basics of Angular - Angular Modules, Components, Data Binding and Routing
  • Role Base Authorization and Authentication
  • Use Spring Security to configure Basic Authentication and JWT
  • Learn the magic of Spring Boot - Auto Configuration, Spring Initializr and Starter Projects
  • RXJS Observables and Observers

Requirements​

  • Basic Java knowledge

Description​

In this course, we will create a new project like online-book-shopping.

When I say online-book-shopping application, we can think of it like that we will have a book-list page. Somehow users or customers will see these book-lists and they can buy one of them. Of course, at the end of it, this purchase will be stored and displayed later.

And we will implement this project using Spring Boot, Angular, and PostgreSQL.

In our project, we will implement CRUD operations. These CRUD operations will be for users and books. We will use users for user sign-in, sign-up and authorization operations. And we will use the books for creating, editing, deleting book operations.

These CRUD operations will be requested from Angular. So on the backend, we will create an infrastructure for these CRUD operations and on the frontend, we will serve them with the user interface.

Our project goes on with User and book operations.
Our main operations will be user login, register, book-list, create-book, delete-book etc.
Also, we will go on with the role based application. So we will use different roles like “Admin”, “User”. Then we will provide different authorizations to these users according to the role.
And this all things will be provided with a secure way in both Angular and Spring Boot.

We will have two main components to implement our project.
These are server side and client side.

In Server Side:

Of course here, our main library will be Spring-boot. We will implement the whole infrastructure on the backend with the Spring boot. It will provide easy and fast configuration to us.

We will implement the Model view controller architecture on our project.

Spring-security will be one of the main topics in our application. Also, we will use JWT to provide security.

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

We will use PostgreSQL as Database. We can use other databases also but at the end of it we will deploy our codes to Heroku. Postgresql can be used on Heroku for free so we chose that.

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.

For our all services, we will create cloud deployment with Heroku. Heroku is an amazing free framework. We can deploy our spring-boot projects with some configuration over github easily. So At the end of the course, we will have an application on production and we will have a code on github that is accessible by everyone.

That's all about Server side.

Let's talk about Client Side.

We will create an angular application on the client side and it will provide a cool user-interface. So we will create some pages like home-page, admin dashboard, login page and register-page. Then we will assign the server apis to these pages and we will consume and produce the data from the user-interface easily and user friendly.

On angular, we will also implement the model view controller architecture. We will use the cool features of typescript etc.

At the end of it, we will build it and we will serve it to heroku also. So at the end of the course, we will have a live application on production.

Last but not least, we will implement security and authorization on angular also. We will work with different roles and according to these roles, we will implement unauthorized and not-found pages on the user interface also.

We will see the details of them one by one.

Who this course is for:​

  • All developers curious about Java and NodeJS
Author
TUTProfessor
Downloads
98
Views
1,652
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor