In this tutorial, we will learn how to build a full stack Angular 14 + Spring Boot + PostgreSQL example with a CRUD App. The back-end server uses Spring Boot with Spring Web MVC for REST Controller and Spring Data JPA for interacting with PostgreSQL database. Front-end side is made with Angular 14, HttpClient, Router and Bootstrap 4.
Older versions:
– Angular 10 + Spring Boot + PostgreSQL example
– Angular 11 + Spring Boot + PostgreSQL example
– Angular 12 + Spring Boot + PostgreSQL example
– Angular 13 + Spring Boot + PostgreSQL example
Security: Angular + Spring Boot: JWT Authentication example
Upload: Angular + Spring Boot: File upload example
Pagination: Angular + Spring Boot: Pagination example