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

In this tutorial, I will show you how to build a full-stack (Angular 17 + 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 and Router.

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

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

Serverless with Firebase:
Angular 17 Firebase Database CRUD example
Angular 17 Firestore CRUD example

Read More

Angular 17 + Node.js Express + MySQL example: CRUD App

In this tutorial, I will show you how to build a full-stack (Angular 17 + Node.js + Express + MySQL) 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:
Server side Pagination with Node.js and Angular
File Upload using Angular 17 and Node.js
Angular 17 + Node.js: JWT Authentication & Authorization example

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

Serverless with Firebase:
Angular 17 Firebase Database CRUD example
Angular 17 Firestore CRUD example

Read More

Angular 17 + Spring Boot + MongoDB example: CRUD App

In this tutorial, we will learn how to build a full stack Angular 17 + Spring Boot + MongoDB example with a CRUD App. The back-end server uses Spring Boot with Spring Web MVC for REST Controller and Spring Data MongoDB for interacting with MongoDB database. Front-end side is made with Angular 17, HttpClient & Router.

More Practice:
Angular + Spring Boot: Pagination example
Angular 17 + Spring Boot: JWT Authentication example
Angular 17 + Spring Boot: File upload example

Read More

Angular 17 + Spring Boot + PostgreSQL example: CRUD App

In this tutorial, we will learn how to build a full stack Angular 17 + 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 17, HttpClient, Router and Bootstrap 4.

Security: Angular 17 + Spring Boot: JWT Authentication example
Upload: Angular 17 + Spring Boot: File upload/download example
Pagination: Angular + Spring Boot: Pagination example

Read More