Build an Angular 16 CRUD example App to consume Rest APIs, display, modify & search data.
Tutorial Application in that:
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials.
- There is a Search bar for finding Tutorials by title.
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.
For instruction, please visit:
More Practice:
Fullstack with Node:
Fullstack with Spring Boot:
Fullstack with Django:
Security:
Angular 16 + Spring Boot: JWT Authentication and Authorization example
Angular 16 + Node.js Express: JWT Authentication and Authorization example
Serverless with Firebase:
Angular 16 Firebase Storage: File Upload/Display/Delete example
Integration (run back-end & front-end on same server/port)