Skip to content

underwater/angular-15-node-project

 
 

Repository files navigation

Angular 15 Node.js Project: CRUD example

In this tutorial, I will show you how to build a full-stack Angular 15 + Node.js 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.

We will build a full-stack Tutorial Application in that:

  • Tutorial has id, title, description, published status.
  • User can create, retrieve, update, delete Tutorials.
  • There is a search box for finding Tutorials by title.

angular-node-js-project-example

Tutorial link:

Angular + Node.js + Express + MySQL example

Angular + Node.js + Express + PostgreSQL example

Angular + Node.js + Express + MongoDB example

How to integrate Angular with Node.js Restful Services

More Practice:

Deploying/Hosting Node.js app on Heroku with MySQL database

Pagination:

Server side Pagination with Node.js and Angular

File Upload:

Angular + Node.js Express: File Upload example

Security:

Angular + Node.js Express: JWT Authentication and Authorization example

Associations:

Sequelize Associations: One-to-Many Relationship example

Sequelize Associations: Many-to-Many Relationship example

MongoDB One-to-One relationship tutorial with Mongoose examples

MongoDB One-to-Many Relationship tutorial with Mongoose examples

MongoDB Many-to-Many Relationship with Mongoose examples

Project setup

Node.js Server

cd node-express-[database]-server

Run node .

Angular Client

cd angular-15-client

Run ng serve --port 8081. Navigate to http://localhost:8081/.

About

Angular + Node-js Project example - Fullstack CRUD Application with Express Rest API, Angular Form, HttpClient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • TypeScript 33.2%
  • HTML 13.8%
  • CSS 0.8%