|
| 1 | +# Angular 15 example project: CRUD with Rest API |
| 2 | + |
| 3 | +Build an Angular 15 CRUD example App to consume Rest APIs, display, modify & search data. |
| 4 | + |
| 5 | +Tutorial Application in that: |
| 6 | +- Each Tutorial has id, title, description, published status. |
| 7 | +- We can create, retrieve, update, delete Tutorials. |
| 8 | +- There is a Search bar for finding Tutorials by title. |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. The app will automatically reload if you change any of the source files. |
| 13 | + |
| 14 | +For instruction, please visit: |
| 15 | +> [Angular 15 example: CRUD with Rest API](https://www.bezkoder.com/angular-15-crud-example/) |
| 16 | +
|
| 17 | +More Practice: |
| 18 | +> [Angular 15 Pagination example | ngx-pagination](https://www.bezkoder.com/angular-15-pagination-ngx/) |
| 19 | +
|
| 20 | +> [Angular 15 JWT Authentication & Authorization with Web API](https://www.bezkoder.com/angular-15-jwt-auth/) |
| 21 | +
|
| 22 | +> [Angular 15 File upload example with Progress bar](https://www.bezkoder.com/angular-15-file-upload/) |
| 23 | +
|
| 24 | +> [Angular 15 Multiple Files upload example with Progress Bar](https://www.bezkoder.com/angular-15-multiple-file-upload/) |
| 25 | +
|
| 26 | +> [Angular 15 Form Validation example](https://www.bezkoder.com/angular-15-form-validation/) |
| 27 | +
|
| 28 | +Fullstack with Node: |
| 29 | + |
| 30 | +> [Angular 15 + Node Express + MySQL example](https://www.bezkoder.com/angular-15-node-js-express-mysql/) |
| 31 | +
|
| 32 | +> [Angular 15 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-15-node-js-express-postgresql/) |
| 33 | +
|
| 34 | +> [Angular 15 + Node Express + MongoDB example](https://www.bezkoder.com/angular-15-node-js-express-mongodb/) |
| 35 | +
|
| 36 | +> [Angular 15 + Node Express: File upload example](https://www.bezkoder.com/angular-15-node-express-file-upload/) |
| 37 | +
|
| 38 | +Fullstack with Spring Boot: |
| 39 | + |
| 40 | +> [Angular 15 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-15-crud/) |
| 41 | +
|
| 42 | +> [Angular 15 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-15-mysql/) |
| 43 | +
|
| 44 | +> [Angular 15 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-15-postgresql/) |
| 45 | +
|
| 46 | +> [Angular 15 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-15-mongodb/) |
| 47 | +
|
| 48 | +> [Angular 15 + Spring Boot: File upload example](https://www.bezkoder.com/angular-15-spring-boot-file-upload/) |
| 49 | +
|
| 50 | +Fullstack with Django: |
| 51 | +> [Angular + Django example](https://bezkoder.com/django-angular-13-crud-rest-framework/) |
| 52 | +
|
| 53 | +Security: |
| 54 | +> [Angular 15 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-15-spring-boot-jwt-auth/) |
| 55 | +
|
| 56 | +> [Angular 15 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-15-jwt-auth/) |
| 57 | +
|
| 58 | +Serverless with Firebase: |
| 59 | +> [Angular 15 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-15-firebase-crud/) |
| 60 | +
|
| 61 | +> [Angular 15 Firestore CRUD example](https://www.bezkoder.com/angular-15-firestore-crud/) |
| 62 | +
|
| 63 | +> [Angular 15 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-15-firebase-storage/) |
| 64 | +
|
| 65 | +Integration (run back-end & front-end on same server/port) |
| 66 | +> [How to integrate Angular with Node Restful Services](https://bezkoder.com/integrate-angular-12-node-js/) |
| 67 | +
|
| 68 | +> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/) |
0 commit comments