Angular 12 + Node.js Express + PostgreSQL example: CRUD App

In this tutorial, I will show you how to build a full-stack (Angular 12 + Node.js + Express + PostgreSQL) example with a CRUD Application. The back-end server uses Node.js + Express for REST APIs, front-end side is an Angular App with HTTPClient.

Related Posts:
Angular 12 + Node.js Express: JWT Authentication & Authorization example
Server side Pagination with Node.js and Angular
File Upload using Angular and Node.js

Run both projects in one place:
How to Integrate Angular with Node.js Restful Services

Serverless with Firebase:
Angular 12 Firebase CRUD Realtime DB | AngularFireDatabase
Angular 12 Firestore CRUD example | AngularFireStore

Read More

Angular 11 JWT Refresh Token with Http Interceptor example

With previous posts, we’ve known how to build Authentication and Authorization in a Angular 11 Application. In this tutorial, I will continue to show you way to implement Angular 11 JWT Refresh Token before Expiration with Http Interceptor.

Related Posts:
In-depth Introduction to JWT-JSON Web Token
Angular 11 JWT Authentication example with Web Api

Other versions:
Angular 10
Angular 12
Angular 14
Angular 15
Angular 16

Read More

Angular 12 Refresh Token with Interceptor and JWT example

With previous posts, we’ve known how to build Authentication and Authorization in a Angular 12 Application. In this tutorial, I will continue to show you way to implement Angular 12 Refresh Token before Expiration with Http Interceptor and JWT.

Related Posts:
In-depth Introduction to JWT-JSON Web Token
Angular 12 Login and Registration example with JWT & Web Api

Other version:
Angular 11
Angular 10
Angular 14
Angular 15
Angular 16

Read More

Spring Boot + Angular 16/15/14/13/12: Pagination example

In this tutorial, I will show you how to build a full-stack Pagination (Angular 16/15/14/13/12 + Spring Boot) example on Server side. The back-end server uses Spring Data and Spring Web for REST APIs, front-end side is an Angular App with HttpCient.

Related Posts:
Angular + Spring Boot + H2 example
Angular + Spring Boot + MySQL example
Angular + Spring Boot + PostgreSQL example
Angular + Spring Boot + MongoDB example
Angular + Spring Boot: File upload example
Angular + Spring Boot: JWT Authentication example

Read More