https://github.com/bezkoder/angular-10-node-js-example
Integrate Angular 10 with Node.js Restful Services example
https://github.com/bezkoder/angular-10-node-js-example
angular angular10 crud express full-stack integration nodejs rest-api sequelize
Last synced: 10 months ago
JSON representation
Integrate Angular 10 with Node.js Restful Services example
- Host: GitHub
- URL: https://github.com/bezkoder/angular-10-node-js-example
- Owner: bezkoder
- Created: 2020-11-09T02:51:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T02:52:42.000Z (about 5 years ago)
- Last Synced: 2025-03-28T10:50:21.113Z (10 months ago)
- Topics: angular, angular10, crud, express, full-stack, integration, nodejs, rest-api, sequelize
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integrate Angular 10 with Node.js Restful Services (run on same Server/Port)
For more detail, please visit:
> [How to integrate Angular 10 with Node.js Restful Services](https://bezkoder.com/integrate-angular-10-node-js/)
> [Angular 10 CRUD application example with Web API](https://bezkoder.com/angular-10-crud-app/)
> [Build Node.js Rest APIs with Express, Sequelize & MySQL](https://bezkoder.com/node-js-express-sequelize-mysql/)
More Practice:
> [Angular 10 Pagination example | ngx-pagination](https://github.com/bezkoder/angular-10-pagination-example)
> [Angular 10 File Upload example with progress bar](https://bezkoder.com/angular-10-file-upload/)
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
> [Server side Pagination in Node.js with Sequelize and MySQL](https://bezkoder.com/node-js-sequelize-pagination-mysql/)
> [Deploying/Hosting Node.js app on Heroku with MySQL database](https://bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/)
Associations:
> [Sequelize Associations: One-to-Many Relationship example](https://bezkoder.com/sequelize-associate-one-to-many/)
> [Sequelize Associations: Many-to-Many Relationship example](https://bezkoder.com/sequelize-associate-many-to-many/)
Fullstack with Node.js Express:
> [Angular 10 + Node.js Express + MySQL](https://bezkoder.com/angular-10-node-js-express-mysql/)
> [Angular 10 + Node.js Express + PostgreSQL](https://bezkoder.com/angular-10-node-express-postgresql/)
> [Angular 10 + Node.js Express + MongoDB](https://bezkoder.com/angular-10-mongodb-node-express/)
Serverless with Firebase:
> [Angular 10 Firebase CRUD with Realtime Database](https://bezkoder.com/angular-10-firebase-crud/)
> [Angular 10 Firestore CRUD | AngularFireStore](https://bezkoder.com/angular-10-firestore-crud-angularfire/)
## Project setup
```
npm install
```
### Run
```
node server.js
```