Angular 11 Spring WebFlux MongoDB CRUD RestAPI

In this tutorial, we’re gonna build a full Reactive Application in which, Spring WebFlux, Spring Data Reactive MongoDB are used for backend, and Angular, RxJS, EventSource are on client side.

Related Posts:
How to use Angular Http Client to fetch Data from SpringBoot RestAPI – Angular 11
How to use Angular HttpClient to POST, PUT, DELETE data on SpringBoot Rest APIs – Angular 11
How to build SpringBoot MongoDb RestfulApi
How to use SpringData MongoRepository to interact with MongoDB
Angular 11 + Spring Boot + MongoDB CRUD example
Introduction to RxJS – Extensions for JavaScript Reactive Streams

Continue reading “Angular 11 Spring WebFlux MongoDB CRUD RestAPI”

Angular 11 SpringBoot CRUD Mariadb Example

In this tutorial, we show you Angular 11 Http Client & Spring Boot Server example that uses Spring JPA to do CRUD with MariaDB and Angular 11 as a front-end technology to make request and receive response.

Related Posts:
Spring Boot + Angular 11 example | Spring Data JPA + REST + MySQL CRUD example
Spring Boot + Angular 11 example | Spring Data JPA + REST + PostgreSQL CRUD example
Spring Boot + Angular 11 example | Spring Data + REST + Cassandra CRUD example
How to use Spring JPA with PostgreSQL | Spring Boot

Related Pages:

Continue reading “Angular 11 SpringBoot CRUD Mariadb Example”

Angular 11 SpringBoot MySQL CRUD Example

In this tutorial, we show you Angular 11 Http Client & Spring Boot Server example that uses Spring JPA to do CRUD with MySQL and Angular 11 as a front-end technology to make request and receive response.

Related Posts:
How to use Spring JPA MySQL | Spring Boot

Update for Angular 8:
Spring Boot 2.1 + Angular 8 + MySQL example | Angular HTTP Client + RestAPIs + Spring JPA CRUD + MySQL tutorial

You may like this series:
Angular Spring Boot JWT Authentication example | Angular 11 + Spring Security + MySQL Full Stack

Continue reading “Angular 11 SpringBoot MySQL CRUD Example”

Angular 11 HttpClient – PostgreSQL – Node.js/Express Sequelize CRUD APIs – Post/Get/Put/Delete

Sequelize is a promise-based ORM for Node.js v4 and later. In the tutorial, we will show how to GET/POST/PUT/DELETE requests from Angular 11 Client to PostgreSQL with NodeJs/Express RestAPIs using Sequelize ORM.

Related posts:
Node.js/Express RestAPIs CRUD – Sequelize ORM – PostgreSQL
Node.js/Express RestAPIs – Angular 11 HttpClient – Get/Post/Put/Delete requests + Bootstrap 4

Continue reading “Angular 11 HttpClient – PostgreSQL – Node.js/Express Sequelize CRUD APIs – Post/Get/Put/Delete”

Angular 11 ElasticSearch – Quick Start – How to add Elasticsearch.js

In this tutorial, we’re gonna look at how to add ElasticSearch to an Angular 11 Project.

Related Posts:
Angular 11 ElasticSearch example – Add Document to Index
Angular 11 ElasticSearch example – Get All Documents in Index
Angular 11 ElasticSearch example – Documents Pagination with Scroll
Angular 11 ElasticSearch example – simple Full Text Search

** Elasticsearch Tutorials **

Continue reading “Angular 11 ElasticSearch – Quick Start – How to add Elasticsearch.js”