Spring Boot API with Angular | [FREE COURSE]

preview_player
Показать описание

API stands for Application Programming Interface. An API is a software intermediary that allows two applications to communicate and exchange data. It is one of the main drivers of our world of communication as we know today.
In this course, you will learn how to build your very own API, along with an Angular application that will use and consume this API.
This course covers Entity Management, Relationship, and Mapping to Database (MySQL) using the Java Persistence API (JPA). This course also dives into defining and creating API, exposing API Endpoints Over HTTP, and handling HTTP Requests through API Endpoints. It covers testing API Endpoints (using an HTTP client and the browser DevTools).
This course also dives into Angular components, Angular Forms, Angular Routing, and Angular Services. It goes into Angular HTTP Communication.

Follow us on:

Intro 0:00
Prerequisites 2:30
Bootstrap Spring App 8:01
Model class 11:42
Database configuration 17:52
Creating repository 23:49
Creating service 26:27
Exception handling 34:37
Application design 36:40
Application resource 37:57
Testing 47:53
Using HTTPie 55:14
Bootstrap Angular app 1:01:24
Angular service 1:07:15
Angular component 1:17:29
Configure CORS 1:25:36
UI Intro 1:30:33
Adding modal 1:38:13
Testing UI 1:52:02
Angular form 1:56:54
Update functionality 2:05:52
Delete functionality 2:19:27
Search functionality 2:26:39
Outro 2:36:24
Рекомендации по теме
Комментарии
Автор

I thought Angular was difficult to learn until I find this training! great course good work keep it up...

shish
Автор

Hey man, thank you. I hope every java developer gets to know your channel.

mohamedbensalah
Автор

Thank you for this very enriching training, it was very useful to me. For a future video, I would have liked to know how to integrate an admin template with Angular 13 to design a real application.

droidgames
Автор

Hi, thank you for your tutorial explained really well. I wanted to ask you what theme you applied on IntelliJ, it's beautiful, and what plugin do you use for code autocompletion. Thanks again.

dnlnfr
Автор

Many thanks for this! BTW, what's your IDE theme?

elyu_vibes
Автор

Congratulations man!
It’s a great curse!

RafaelSilva-vtzk
Автор

Thanks man. Kudos from Ghana. love your work

gatidavid
Автор

Hi again! I'm currently at Angular Application Section (Angular Service - Part 1). In my past projects I use `.pipe` chained to http request to handle errors. Now that you used `Observable`, what's the best way to implement error handling?

elyu_vibes
Автор

Hey, I am having a problem when CorsFiltering is done but my vscode terminal shows this
Property 'apiBaseUrl' does not exist on type '{ production: boolean; }'.

private apiServerUrl = environment.apiBaseUrl;
can you please help me brother

sayeedamin
Автор

Great course! Thank you! Would you consider making another course/video that explains how a full application like this (Backend, Frontend and database) could be deployed to say something like Heroku? So steps to move a project like this from a development environment to production.

bradycunningham
Автор

Hi, Thank you for this video! i'am getting this error in the console "Cannot read property 'toLowerCase' of null", any idea?

lasanthaindikamaggonage
Автор

Do you use design patterns in job ? For example CQRS, DDD

TheAlvipl
Автор

I had to make some changes to the bootstrap due to a new version, without problems. But there is an error in the onOpenModal method when the null parameter is passed, in the navigation bar, to add a new user. How can I solve this? The error is: "The argument of type 'null' cannot be assigned to the parameter of type 'Employee'."

adriano
Автор

I love the front end part i made spring angular cruds but its a nice gui

aqibishaq
Автор

Thank you sir to this excellent course bur how to do pagination with Angular?

nihatismayilzade
Автор

great course, learned alot thank you sir.

pauliusstuksys
Автор

Hi, can you know what is the name of the templates for the editor. I mean for example font color. I searched for an identical template and did not find it.

mateusz
Автор

Thanks amazing job can you share code source on Github Please ?? java part

messellekaabdellah
Автор

Hi Get Arrays; I hope everyone is doing well.


I started to follow this tutorial but I have a problem since the yesterday.


it is at the findEmployeeById() function
Spring notifies me an error: cannot convert from Object to Employee
He suggests that I cast the value of the return.


Sorry I am French speaking, I hope you will understand my English, Thanks in advance !

djamalabdounassirharoun
Автор

I learned lot. Thank you soo much.. ♥️ ❤️

vidumini