|
1 | | -# Angular14CrudExample |
| 1 | +# Angular 14 example project: CRUD with Rest API |
2 | 2 |
|
3 | | -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.2. |
| 3 | +Build an Angular 14 CRUD App example to consume Rest APIs, display, modify & search data. |
4 | 4 |
|
5 | | -## Development server |
| 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. |
6 | 9 |
|
7 | | -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. |
| 10 | + |
8 | 11 |
|
9 | | -## Code scaffolding |
| 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. |
10 | 13 |
|
11 | | -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
| 14 | +For instruction, please visit: |
| 15 | +> [Angular example: CRUD Application with Rest API](https://www.bezkoder.com/angular-14-crud-example/) |
12 | 16 |
|
13 | | -## Build |
| 17 | +More Practice: |
| 18 | +> [Angular Pagination example | ngx-pagination](https://www.bezkoder.com/angular-13-pagination-ngx/) |
14 | 19 |
|
15 | | -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. |
| 20 | +> [Angular JWT Authentication & Authorization with Web API](https://www.bezkoder.com/angular-13-jwt-auth/) |
16 | 21 |
|
17 | | -## Running unit tests |
| 22 | +> [Angular File upload example with Progress bar](https://www.bezkoder.com/angular-13-file-upload/) |
18 | 23 |
|
19 | | -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 24 | +> [Angular Multiple Files upload example with Progress Bar](https://www.bezkoder.com/angular-13-multiple-file-upload/) |
20 | 25 |
|
21 | | -## Running end-to-end tests |
| 26 | +> [Angular Form Validation example (Reactive Forms)](https://www.bezkoder.com/angular-13-form-validation/) |
22 | 27 |
|
23 | | -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. |
| 28 | +Fullstack with Node: |
24 | 29 |
|
25 | | -## Further help |
| 30 | +> [Angular + Node Express + MySQL example](https://www.bezkoder.com/angular-13-node-js-express-mysql/) |
26 | 31 |
|
27 | | -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. |
| 32 | +> [Angular + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-13-node-js-express-postgresql/) |
| 33 | +
|
| 34 | +> [Angular + Node Express + MongoDB example](https://www.bezkoder.com/mean-stack-crud-example-angular-13/) |
| 35 | +
|
| 36 | +> [Angular + Node Express: File upload example](https://www.bezkoder.com/angular-13-node-express-file-upload/) |
| 37 | +
|
| 38 | +Fullstack with Spring Boot: |
| 39 | + |
| 40 | +> [Angular + Spring Boot + H2 Embedded Database example](https://www.bezkoder.com/spring-boot-angular-13-crud/) |
| 41 | +
|
| 42 | +> [Angular + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-13-mysql/) |
| 43 | +
|
| 44 | +> [Angular + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-13-postgresql/) |
| 45 | +
|
| 46 | +> [Angular + Spring Boot + MongoDB example](https://www.bezkoder.com/angular-13-spring-boot-mongodb/) |
| 47 | +
|
| 48 | +> [Angular + Spring Boot: File upload example](https://www.bezkoder.com/angular-13-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 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-12-spring-boot-jwt-auth/) |
| 55 | +
|
| 56 | +> [Angular + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-12-jwt-auth/) |
| 57 | +
|
| 58 | +Serverless with Firebase: |
| 59 | +> [Angular Firebase CRUD with Realtime DataBase | AngularFireDatabase](https://www.bezkoder.com/angular-13-firebase-crud/) |
| 60 | +
|
| 61 | +> [Angular Firestore CRUD example with AngularFireStore](https://www.bezkoder.com/angular-13-firestore-crud-angularfirestore/) |
| 62 | +
|
| 63 | +> [Angular Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-13-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