Vue + Node.js example

In this post, I will show you some Github examples that use Vue with Node.js backend. You will see Github links for making following projects:

  • Vue + Node.js with MySQL
  • Vue + Node.js with PostgreSQL
  • Vue + Node.js with MongoDB
  • Vue + Node.js with SQL Server (MSSQL)
  • Vue + Node.js: JWT Authentication and Authorization

Read More

Angular + Node Express

In this post, I will show you some examples that use Angular 8/10/11/12/13/14/15/16 with Node Express backend. You will see Github links for making following projects:

  • Angular + Node App with MySQL
  • Angular + Node App with PostgreSQL
  • Angular + Node App with MongoDB
  • Angular + Node App with SQL Server (MSSQL)
  • Angular + Node: JWT Authentication and Authorization

Read More

React + Node App

In this post, I will show you some examples that use React App with Node backend. You will see Github links for making following projects:

  • React + Node App with MySQL
  • React + Node App with PostgreSQL
  • React + Node App with MongoDB
  • React + Node App with SQL Server (MSSQL)
  • React + Node: JWT Authentication and Authorization

Read More

MEAN Stack example with Angular 17

In this tutorial, I will show you how to make Angular 17 connect to MongoDB with Node.js Express. We’re gonna build a MEAN stack CRUD example with Angular 17 + Node.js Express + MongoDB example in which, the back-end server uses Node.js + Express for REST APIs, front-end side is an Angular 17 App with HttpClient, Router and Bootstrap.

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

Security: Angular 17 + MongoDB: Auth with Node.js Express
Serverless with Firebase:
Angular 17 Firebase CRUD example with Realtime DB
Angular 17 Firestore CRUD example
Newer version: Angular 17 + MongoDB: Auth with Node.js Express

Read More

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