Spring Boot API with Angular
Learn APIs, build a RESTful API with Spring Boot, Angular, MySQL, & much more!
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.