Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 290 Bytes

CRUD with Rest API

Built an Angular 15 CRUD example App to consume Rest APIs, display, modify & search data.

Application that:

  • Each has id, title, description, published status.
  • can create, retrieve, update, delete Tutorials.
  • There is a Search bar for finding Tutorials by title.