Curriculum
- 5 Sections
- 16 Lessons
- 20 Hours
Expand all sectionsCollapse all sections
- Section 1 - Welcome to the course0
- Section 2 - IDE, Tools and Environment Setup0
- Section 3 - Basics of NodeJS0
- Section 4 - Working with Backend0
- Section 5 - Backend: Product & Categories16
- 6.1Introduction
- 6.2Product Modal & Scheme
- 6.3Categories Modal & Scheme
- 6.4Add and Delete Categories
- 6.5Get Categories and Category Details
- 6.6Update Category
- 6.7Post a new Product REST API
- 6.8Get a Product & List of Products REST API
- 6.9Population of Category in Get a Product
- 6.10Update a Product REST API
- 6.11Delete a Product REST API & Validate ID
- 6.12Get Product count for Statistics Purposes
- 6.13Get featured product REST API
- 6.14Filtering and getting products by category
- 6.15Changing “_id” key to “id” – more frontend friendly
- 6.16Section Code