Spring Boot + Vue.js + PostgreSQL: CRUD example

In this tutorial, we will learn how to build a full stack Spring Boot + Vue.js + 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 Vue & Vue Router.

Related Posts:
Spring Boot + Vue.js: Authentication with JWT & Spring Security Example
Spring Boot + Vue.js + MongoDB: CRUD example

More Practice: Vue + Spring Boot: File Upload example

Run both Project on same server/port:
How to integrate Vue.js with Spring Boot

Serverless with Firebase:
Vue Firebase Realtime Database: CRUD example
Vue Firestore: Build a CRUD App example

Read More

Angular 11 + Spring Boot + PostgreSQL: Build CRUD example

In this tutorial, we will learn how to build a full stack Angular 11 + 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 11, HTTPClient & Router.

Newer versions:
Angular 12 + Spring Boot + PostgreSQL example: CRUD App
Angular 13 + Spring Boot + PostgreSQL example: CRUD App
Angular 14 + Spring Boot + PostgreSQL example: CRUD App
Angular 15 + Spring Boot + PostgreSQL example: CRUD App

More Practice:
Angular + Spring Boot: JWT Authentication & Authorization example
Angular + Spring Boot: File upload example

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

Read More

Node.js Express & PostgreSQL: CRUD Rest APIs example with Sequelize

Express is one of the most popular web frameworks for Node.js that supports routing, middleware, view system… Sequelize is a promise-based Node.js ORM that supports the dialects for PostgreSQL, MySQL, SQL Server… In this tutorial, I will show you step by step to build Node.js Restful CRUD API using Express, Sequelize with PostgreSQL database.

You should install PostgreSQL in your machine first. The installation instructions can be found at Official PostgreSQL installation manual.

Related Post: Node.js Express Pagination with PostgreSQL example

Fullstack:
Vue.js + Node.js + Express + PostgreSQL example
Angular 8 + Node.js Express + PostgreSQL example
Angular 10 + Node.js Express + PostgreSQL example
Angular 11 + Node.js Express + PostgreSQL example
Angular 12 + Node.js Express + PostgreSQL example
Angular 13 + Node.js Express + PostgreSQL example
Angular 14 + Node.js Express + PostgreSQL example
React + Node.js + Express + PostgreSQL example

Security: Node.js JWT Authentication & Authorization with PostgreSQL example

Read More