DBDanilo Buenafe Jrinjhayr1231.hashnode.dev·Nov 29, 2024 · 2 min readActivity 34: Test API in POSTMANPOSTMAN Add 6 Collection Add Collection 1: User Add Collection 2: Restaurant Category Add Collection 3: Restaurant Add Collection 4: Menu Category Add Collection 5: Menu Hello World (GET) Step-by-Step Procedure : Open Postman Launch Postman...00
DBDanilo Buenafe Jrinjhayr1231.hashnode.dev·Nov 24, 2024 · 5 min readActivity 33: Angular Recipe GridStep-by-Step Documentation Create a List of Object Data Structures: recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html Creating recipe.service.ts Purpose: To centralize data operations for managing recipes. Key Meth...00
DBDanilo Buenafe Jrinjhayr1231.hashnode.dev·Nov 24, 2024 · 8 min readActivity 32: Angular Library GridCreate a List of Object Data Structures: book.service.ts book.model.ts book.component.ts book.component.html Step 1: Create the Book Model Create a Book model that includes the necessary fields for each book, including the rating. export inter...00
DBDanilo Buenafe Jrinjhayr1231.hashnode.dev·Nov 24, 2024 · 6 min readActivity 31: Angular Ecommerce Product ListStep-by-Step Documentation Create a List of Object Data Structures Product Service: To manage product data. Product Model: To define the structure of the product data. Product Component: To display and interact with the product list. Product C...00
DBDanilo Buenafe Jrinjhayr1231.hashnode.dev·Oct 14, 2024 · 4 min readActivity 30: HTTP Status CodesUnderstanding HTTP status codes is crucial for developing and interacting with RESTful APIs, as they communicate the outcome of an API request. Here's an overview of the various categories of HTTP status codes and their significance: 1xx (Information...00