{"id":14972298,"url":"https://github.com/bezkoder/angular-14-node-js-project","last_synced_at":"2025-10-26T19:30:19.442Z","repository":{"id":41063070,"uuid":"507837267","full_name":"bezkoder/angular-14-node-js-project","owner":"bezkoder","description":"Angular 14 and Node.js Project example with Express, Sequelize, Bootstrap ","archived":false,"fork":false,"pushed_at":"2022-07-04T09:33:59.000Z","size":149,"stargazers_count":6,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:24:12.899Z","etag":null,"topics":["angular","angular-14","angular14","bootstrap","bootstrap-4","bootstrap4","crud","crud-application","crud-operation","crud-operations","crud-sample","express","express-js","expressjs","node-js","nodejs","sequelize","sequelize-orm","sequelizejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-27T09:05:55.000Z","updated_at":"2024-06-11T14:13:11.000Z","dependencies_parsed_at":"2022-08-26T09:20:10.962Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/angular-14-node-js-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-14-node-js-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-14-node-js-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-14-node-js-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-14-node-js-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/angular-14-node-js-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386149,"owners_count":19463307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-14","angular14","bootstrap","bootstrap-4","bootstrap4","crud","crud-application","crud-operation","crud-operations","crud-sample","express","express-js","expressjs","node-js","nodejs","sequelize","sequelize-orm","sequelizejs"],"created_at":"2024-09-24T13:46:41.743Z","updated_at":"2025-10-26T19:30:18.876Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# Angular 14 Node.js Project: CRUD example\n\nIn this tutorial, I will show you how to build a full-stack Angular 14 + 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.\n\nWe will build a full-stack Tutorial Application in that:\n- Tutorial has id, title, description, published status.\n- User can create, retrieve, update, delete Tutorials.\n- There is a search box for finding Tutorials by title.\n\n![angular-14-node-js-project-example](angular-14-node-js-project-example.png)\n\nTutorial link: [Angular 14 + Node.js Express + MySQL example](https://www.bezkoder.com/angular-14-node-js-express-mysql/)\n\nOr:\n\u003e [Angular 14 + Node.js + Express + PostgreSQL example](https://www.bezkoder.com/angular-14-node-js-express-postgresql/)\n\n\u003e [Angular 14 + Node.js + Express + MongoDB example](https://www.bezkoder.com/mean-stack-crud-example-angular-14/)\n\nFor more detail, please visit:\n\u003e [Angular 14 CRUD Application example with Web API](https://www.bezkoder.com/angular-14-crud-example/)\n\n\u003e [Build Node.js Rest APIs with Express, Sequelize \u0026 MySQL](https://www.bezkoder.com/node-js-express-sequelize-mysql/)\n\n\u003e [How to integrate Angular with Node.js Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/)\n\nMore Practice:\n\u003e [Deploying/Hosting Node.js app on Heroku with MySQL database](https://www.bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/)\n\nPagination:\n\u003e [Server side Pagination with Node.js and Angular](https://www.bezkoder.com/server-side-pagination-node-js-angular/)\n\n- File Upload:\n\u003e [Angular File upload example with progress bar \u0026 Bootstrap](https://www.bezkoder.com/angular-14-file-upload/)\n\n\u003e [Node.js Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)\n\nSecurity:\n\u003e [Angular + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-13-jwt-auth/)\n\nAssociations:\n\u003e [Sequelize Associations: One-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-one-to-many/)\n\n\u003e [Sequelize Associations: Many-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-many-to-many/)\n\nServerless with Firebase:\n\u003e [Angular Firebase CRUD with Realtime DataBase | AngularFireDatabase](https://www.bezkoder.com/angular-13-firebase-crud/)\n\n\u003e [Angular Firestore CRUD example with AngularFireStore](https://www.bezkoder.com/angular-13-firestore-crud-angularfirestore/)\n\n\u003e [Angular Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-13-firebase-storage/)\n\n## Project setup\n\n### Node.js Server\n```\ncd node-js-server\nnode server.js\n```\n\n### Angular Client\n```\ncd angular-14-client\n```\nRun `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-14-node-js-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fangular-14-node-js-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-14-node-js-project/lists"}