{"id":26179410,"url":"https://github.com/bezkoder/angular-16-node-project","last_synced_at":"2026-04-13T14:32:05.164Z","repository":{"id":173532728,"uuid":"650899559","full_name":"bezkoder/angular-16-node-project","owner":"bezkoder","description":"Angular 16 + Node-js Project example - Fullstack CRUD Application with Express Rest API, Angular Form, HttpClient","archived":false,"fork":false,"pushed_at":"2023-06-08T03:56:05.000Z","size":159,"stargazers_count":11,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-27T09:44:51.269Z","etag":null,"topics":["angular","angular-16","angular16","crud","crud-api","crud-app","crud-application","crud-operation","crud-operations","crud-sample","express","express-js","expressjs","full-stack","fullstack","node","node-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-08T03:54:54.000Z","updated_at":"2025-01-30T13:27:33.000Z","dependencies_parsed_at":"2023-09-27T23:46:00.939Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/angular-16-node-project","commit_stats":null,"previous_names":["bezkoder/angular-16-node-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bezkoder/angular-16-node-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-node-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-node-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-node-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-node-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/angular-16-node-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-node-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16","angular16","crud","crud-api","crud-app","crud-application","crud-operation","crud-operations","crud-sample","express","express-js","expressjs","full-stack","fullstack","node","node-js","nodejs"],"created_at":"2025-03-11T21:49:50.907Z","updated_at":"2026-04-13T14:32:05.116Z","avatar_url":"https://github.com/bezkoder.png","language":"JavaScript","readme":"# Angular 16 Node.js Project: CRUD example\n\nIn this tutorial, I will show you how to build a full-stack Angular 16 + 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-node-js-project-example](angular-node-js-project-example.png)\n\nTutorial link:\n\u003e [Angular 16 + Node Express + MySQL example](https://www.bezkoder.com/angular-16-node-js-express-mysql/)\n\n\u003e [Angular 16 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-16-node-js-express-postgresql/)\n\n\u003e [Angular 16 + Node Express + MongoDB example](https://www.bezkoder.com/angular-16-node-js-express-mongodb/)\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\n\u003e [Dockerize Node Express and MySQL example](https://www.bezkoder.com/docker-compose-nodejs-mysql/)\n\n\u003e [Dockerize Node Express and MongoDB example](https://www.bezkoder.com/docker-compose-nodejs-mongodb/)\n\nPagination:\n\u003e [Server side Pagination with Node.js and Angular](https://www.bezkoder.com/server-side-pagination-node-js-angular/)\n\nFile Upload:\n\u003e [Angular 16 + Node.js Express: File Upload example](https://www.bezkoder.com/angular-16-node-express-file-upload/)\n\nSecurity:\n\u003e [Angular 16 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-16-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\n\u003e [MongoDB One-to-One relationship tutorial with Mongoose examples](https://www.bezkoder.com/mongoose-one-to-one-relationship-example/)\n\n\u003e [MongoDB One-to-Many Relationship tutorial with Mongoose examples](https://www.bezkoder.com/mongoose-one-to-many-relationship/)\n\n\u003e [MongoDB Many-to-Many Relationship with Mongoose examples](https://www.bezkoder.com/mongodb-many-to-many-mongoose/)\n\n## Project setup\n\n### Node.js Server\n```\ncd node-express-[database]-server\n```\nRun `node .`\n\n### Angular Client\n```\ncd angular-16-client\n```\nRun `ng serve --port 8081`. Navigate to `http://localhost:8081/`.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-16-node-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fangular-16-node-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-16-node-project/lists"}