|
| 1 | +# Angular 16 example project: CRUD with Rest API |
| 2 | + |
| 3 | +Build an Angular 16 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 16 CRUD example with Rest API](https://www.bezkoder.com/angular-16-crud-example/) |
| 16 | +
|
| 17 | +More Practice: |
| 18 | +> [Angular 16 Pagination example](https://www.bezkoder.com/angular-16-pagination-ngx/) |
| 19 | +
|
| 20 | +> [Angular 16 JWT Authentication & Authorization example](https://www.bezkoder.com/angular-16-jwt-auth/) |
| 21 | +
|
| 22 | +> [Angular 16 File upload example with Progress bar](https://www.bezkoder.com/angular-16-file-upload/) |
| 23 | +
|
| 24 | +> [Angular 16 Form Validation example](https://www.bezkoder.com/angular-16-form-validation/) |
| 25 | +
|
| 26 | +Fullstack with Node: |
| 27 | + |
| 28 | +> [Angular 16 + Node Express + MySQL example](https://www.bezkoder.com/angular-16-node-js-express-mysql/) |
| 29 | +
|
| 30 | +> [Angular 16 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-16-node-js-express-postgresql/) |
| 31 | +
|
| 32 | +> [Angular 16 + Node Express + MongoDB example](https://www.bezkoder.com/angular-16-node-js-express-mongodb/) |
| 33 | +
|
| 34 | +> [Angular 16 + Node Express: File upload example](https://www.bezkoder.com/angular-16-node-express-file-upload/) |
| 35 | +
|
| 36 | +Fullstack with Spring Boot: |
| 37 | + |
| 38 | +> [Angular 16 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-16-crud/) |
| 39 | +
|
| 40 | +> [Angular 16 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-16-mysql/) |
| 41 | +
|
| 42 | +> [Angular 16 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-16-postgresql/) |
| 43 | +
|
| 44 | +> [Angular 16 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-16-mongodb/) |
| 45 | +
|
| 46 | +> [Angular 16 + Spring Boot: File upload example](https://www.bezkoder.com/angular-16-spring-boot-file-upload/) |
| 47 | +
|
| 48 | +Fullstack with Django: |
| 49 | +> [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/) |
| 50 | +
|
| 51 | +> [Angular + Django + MySQL](https://www.bezkoder.com/django-angular-mysql/) |
| 52 | +
|
| 53 | +> [Angular + Django + PostgreSQL](https://www.bezkoder.com/django-angular-postgresql/) |
| 54 | +
|
| 55 | +> [Angular + Django + MongoDB](https://www.bezkoder.com/django-angular-mongodb/) |
| 56 | +
|
| 57 | +Security: |
| 58 | +> [Angular 16 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-16-spring-boot-jwt-auth/) |
| 59 | +
|
| 60 | +> [Angular 16 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-16-jwt-auth/) |
| 61 | +
|
| 62 | +Serverless with Firebase: |
| 63 | +> [Angular 16 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-16-firebase-crud/) |
| 64 | +
|
| 65 | +> [Angular 16 Firestore CRUD example](https://www.bezkoder.com/angular-16-firestore-crud/) |
| 66 | +
|
| 67 | +> [Angular 16 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-16-firebase-storage/) |
| 68 | +
|
| 69 | +Integration (run back-end & front-end on same server/port) |
| 70 | +> [How to integrate Angular with Node Restful Services](https://bezkoder.com/integrate-angular-12-node-js/) |
| 71 | +
|
| 72 | +> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/) |
0 commit comments