1. Урок 1. 00:01:16
    Introduction
  2. Урок 2. 00:15:12
    POST and GET API
  3. Урок 3. 00:03:48
    Git
  4. Урок 4. 00:04:25
    Create a user User Schema
  5. Урок 5. 00:06:31
    Connect to the database (MongoDB)
  6. Урок 6. 00:02:19
    Setting up environment variables
  7. Урок 7. 00:03:12
    Create a POST API with User Schema
  8. Урок 8. 00:03:33
    Product Schema
  9. Урок 9. 00:03:21
    Owner and Category Schema
  10. Урок 10. 00:12:10
    POST API - Product Schema
  11. Урок 11. 00:03:33
    Setting up Amazon S3 Bucket
  12. Урок 12. 00:05:23
    Install Multer and AWS dependencies
  13. Урок 13. 00:06:07
    Test the Upload Photo Middleware
  14. Урок 14. 00:05:54
    Create Categories API
  15. Урок 15. 00:06:23
    Create Owners API
  16. Урок 16. 00:04:35
    Product API - GET (all and single product)
  17. Урок 17. 00:05:41
    Product API - Update a single product
  18. Урок 18. 00:03:04
    Product API - Delete a single product
  19. Урок 19. 00:03:40
    What is Vue.js and Nuxt?
  20. Урок 20. 00:05:07
    Create a Nuxt Project
  21. Урок 21. 00:01:22
    Create a first Page in Nuxt
  22. Урок 22. 00:02:46
    Configure CSS files
  23. Урок 23. 00:12:19
    Create a Listing Page Part 1
  24. Урок 24. 00:05:01
    Learn Vue.js quickly
  25. Урок 25. 00:07:18
    Create a Listing Page Part 2
  26. Урок 26. 00:10:55
    Create a Adding a Product Form Page
  27. Урок 27. 00:07:11
    Create an Adding a Product Form Page Part 2: Axios call
  28. Урок 28. 00:14:17
    Product Form Page Part 3: POST API with Axios
  29. Урок 29. 00:08:22
    Category Form Page
  30. Урок 30. 00:08:03
    Owner Form Page
  31. Урок 31. 00:08:32
    Update a Product Page
  32. Урок 32. 00:04:38
    Add Navigation links
  33. Урок 33. 00:05:09
    Delete a product Feature
  34. Урок 34. 00:01:35
    Setup Consumer project in Nuxt
  35. Урок 35. 00:02:01
    Configure CSS Files
  36. Урок 36. 00:16:46
    Setting up a Navbar
  37. Урок 37. 00:01:18
    Setting up a Footer
  38. Урок 38. 00:02:06
    Search Bar
  39. Урок 39. 00:07:19
    Featured Product - HTML
  40. Урок 40. 00:06:05
    Listing Page Part 1: HTML
  41. Урок 41. 00:07:04
    Listing Page Part 2: Axios and Map the data
  42. Урок 42. 00:01:58
    Product Page Part 1: Layout and Font size
  43. Урок 43. 00:02:54
    Product Page Part 2: Breadcrumbs
  44. Урок 44. 00:05:57
    Product Page Part 3: First 3 Grid (Image and Author)
  45. Урок 45. 00:11:14
    Product Page Part 4: Middle Section (description)
  46. Урок 46. 00:11:51
    Product Page Part 5: Last 3 grid (Buying Section)
  47. Урок 47. 00:03:33
    Product Page Part 6: About Author's section
  48. Урок 48. 00:06:20
    Product Page Part 7: Axios and Populate
  49. Урок 49. 00:02:55
    What is JSON WEB TOKEN?
  50. Урок 50. 00:10:45
    Signup API
  51. Урок 51. 00:06:07
    JWT middleware
  52. Урок 52. 00:04:17
    Test the JWT middleware on Profile API
  53. Урок 53. 00:06:20
    Login API
  54. Урок 54. 00:07:25
    Signup Page Part 1: HTML
  55. Урок 55. 00:13:03
    Signup Page Part 2: Auth Library
  56. Урок 56. 00:03:31
    If Condition for user's data on a navbar
  57. Урок 57. 00:05:47
    Login Page
  58. Урок 58. 00:04:26
    Profile Page Part 1: HTML
  59. Урок 59. 00:07:56
    Profile Page Part 2: Update Feature
  60. Урок 60. 00:01:26
    Logout Feature
  61. Урок 61. 00:02:02
    Review Schema
  62. Урок 62. 00:06:22
    Review POST API
  63. Урок 63. 00:01:44
    Review GET API
  64. Урок 64. 00:13:05
    Review Page
  65. Урок 65. 00:09:56
    Review section on product page
  66. Урок 66. 00:12:48
    Average Rating and Fixing bugs
  67. Урок 67. 00:02:00
    Address Schema
  68. Урок 68. 00:04:37
    Address POST API
  69. Урок 69. 00:01:23
    Address GET API
  70. Урок 70. 00:05:38
    Address Page
  71. Урок 71. 00:04:41
    Third Party API - countries
  72. Урок 72. 00:01:45
    Testing Add Address Page
  73. Урок 73. 00:01:50
    List of Addresses - HTML
  74. Урок 74. 00:09:35
    Address Edit, Delete and Set Default API
  75. Урок 75. 00:10:37
    List of addresses page: map data, delete, set default
  76. Урок 76. 00:07:36
    List of address page: Edit feature
  77. Урок 77. 00:01:00
    Cart Page - HTML
  78. Урок 78. 00:03:34
    What is Vuex
  79. Урок 79. 00:03:21
    State and action
  80. Урок 80. 00:04:41
    Mutations
  81. Урок 81. 00:03:04
    Import Action in Product Page
  82. Урок 82. 00:03:53
    Getters and computed
  83. Урок 83. 00:04:52
    Shopping Cart Page: Mapping Data from vuex
  84. Урок 84. 00:05:14
    Persist Vuex in localStorage
  85. Урок 85. 00:07:07
    Change quantity mutation
  86. Урок 86. 00:02:48
    Delete product mutation
  87. Урок 87. 00:01:06
    Placeorder Page - HTML
  88. Урок 88. 00:03:16
    Placeorder Page - Map vuex cart to the page
  89. Урок 89. 00:07:38
    Shipment API
  90. Урок 90. 00:08:33
    Placeorder Page - Axios call
  91. Урок 91. 00:01:13
    Stripe Account
  92. Урок 92. 00:04:52
    Payment Page - HTML
  93. Урок 93. 00:02:09
    Order Schema
  94. Урок 94. 00:07:49
    Payment API
  95. Урок 95. 00:09:09
    Payment Page Axios call
  96. Урок 96. 00:01:10
    Order Page - HTML
  97. Урок 97. 00:06:20
    Order Page - API
  98. Урок 98. 00:03:53
    Order Page - Axios Call
  99. Урок 99. 00:01:55
    Search Page - HTML
  100. Урок 100. 00:04:42
    Algolia Account
  101. Урок 101. 00:05:46
    Algolia Plugin for Product Schema
  102. Урок 102. 00:04:56
    Search API with Algolia
  103. Урок 103. 00:04:58
    Search Page - Axios call