Skip to content

bezkoder/angular-8-node-js-mysql-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Angular 8 Node.js MySQL CRUD example

In this tutorial, I will show you how to build a full-stack (Angular 8 + Node.js + Express + MySQL) example with a CRUD Application. The back-end server uses Node.js + Express for REST APIs, front-end side is an Angular 8 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-8-node-js-mysql-crud-example

Tutorial link: Angular 8 + Node.js Express + MySQL CRUD example

For more detail, please visit:

How to integrate Angular with Node.js Restful Services

Angular 8 CRUD application example with Web API

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

More Practice:

Angular 8 Pagination example | ngx-pagination

Angular 8 Multiple Files upload example

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 8 + Node.js: JWT Authentication & Authorization example

Associations:

Sequelize Associations: One-to-Many Relationship example

Sequelize Associations: Many-to-Many Relationship example

Fullstack with Node.js Express:

Angular 8 + Node.js Express + MySQL

Angular 8 + Node.js Express + PostgreSQL

Angular 8 + Node.js Express + MongoDB

Serverless:

Angular 8 CRUD with Firebase Realtime Database

Project setup

Node.js Server

cd node-js-server
node server.js

Angular Client

cd angular-8-client

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

About

Build Angular 8 Node.js MySQL CRUD example with Express Rest Apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published