Skip to content

TopTalent333/angular-12-node-js-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Angular 12 Node.js Project: CRUD example

In this tutorial, I will show you how to build a full-stack Angular 12 + 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-12-node-js-project-example

Tutorial link: Angular 12 + Node.js Express + MySQL example

Or:

Angular 12 + Node.js + Express + PostgreSQL example

Angular 12 + Node.js + Express + MongoDB example

For more detail, please visit:

Angular 12 CRUD Application example with Web API

Build Node.js Rest APIs with Express, Sequelize & MySQL

How to integrate Angular 12 with Node.js Restful Services

More Practice:

Angular 12 Pagination example | ngx-pagination

Angular 12 JWT Authentication & Authorization with Web API

Angular 12 File upload example with progress bar & Bootstrap

Node.js Express File Upload Rest API example

Server side Pagination in Node.js with Sequelize and MySQL

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

Security:

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

Associations:

Sequelize Associations: One-to-Many Relationship example

Sequelize Associations: Many-to-Many Relationship example

Serverless with Firebase:

Angular 12 Firebase CRUD with Realtime DataBase | AngularFireDatabase

Angular 12 Firestore CRUD example with AngularFireStore

Angular 12 Firebase Storage: File Upload/Display/Delete example

Project setup

Node.js Server

cd node-js-server
node server.js

Angular Client

cd angular-12-client

Run ng serve --port 8081 for a dev server. Navigate to http://localhost:8081/.

About

Angular 12 and Node.js Project example with Express, Sequelize, Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.7%
  • JavaScript 25.3%
  • HTML 20.2%
  • CSS 0.8%