Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай MERN Stack Full Ecommerce Site - Using React, Redux, Node.js, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:32
    Welcome to Course
  2. Урок 2. 00:15:54
    ShopIT E-Commerce Project DEMO
  3. Урок 3. 00:04:49
    Installing tools
  4. Урок 4. 00:07:04
    Basic Project Setup
  5. Урок 5. 00:02:59
    Installing & Setting up Nodemon
  6. Урок 6. 00:06:27
    Creating First Route
  7. Урок 7. 00:03:52
    Setting Up Postman Environment
  8. Урок 8. 00:04:39
    Install & Setup MongoDB Locally
  9. Урок 9. 00:05:17
    Connecting to MongoDB
  10. Урок 10. 00:13:42
    Creating Product Model
  11. Урок 11. 00:09:16
    Admin - Create & Save Product
  12. Урок 12. 00:08:20
    Creating Data Seeder
  13. Урок 13. 00:02:52
    Display all Products
  14. Урок 14. 00:05:25
    Get Single Product
  15. Урок 15. 00:06:23
    Admin - Update Product
  16. Урок 16. 00:05:09
    Admin - Delete Product
  17. Урок 17. 00:05:09
    Creating Error Handler Class
  18. Урок 18. 00:06:41
    Creating Errors Middleware
  19. Урок 19. 00:05:15
    Production Vs Development Errors
  20. Урок 20. 00:05:26
    Catching Async Errors
  21. Урок 21. 00:04:25
    Handling Unhandled Promise Rejection
  22. Урок 22. 00:03:13
    Handling Uncaught Exceptions
  23. Урок 23. 00:08:39
    Validation & Mongose ID Error
  24. Урок 24. 00:10:34
    Search Products by Keyword
  25. Урок 25. 00:12:46
    Filter Products
  26. Урок 26. 00:06:35
    Adding Pagination
  27. Урок 27. 00:09:54
    Creating User Model
  28. Урок 28. 00:15:27
    Encrypting Password while Registration
  29. Урок 29. 00:04:20
    Generate JSON Web Token
  30. Урок 30. 00:09:20
    Login User & Assign Token
  31. Урок 31. 00:06:52
    Sending JWT Token in Cookie
  32. Урок 32. 00:08:19
    Protect Routes from Unauthorized Users
  33. Урок 33. 00:05:36
    Logout User
  34. Урок 34. 00:05:38
    Authorize User Roles and Permissions
  35. Урок 35. 00:02:43
    Adding User in Products
  36. Урок 36. 00:05:34
    Generate Forgot Password token
  37. Урок 37. 00:20:09
    Send Password Recovery Email
  38. Урок 38. 00:09:54
    Reset New Password
  39. Урок 39. 00:04:49
    Handle Wrong JWT Token & Expire JWT Error
  40. Урок 40. 00:05:52
    Show User Profile
  41. Урок 41. 00:06:48
    Change / Update Password
  42. Урок 42. 00:06:05
    Update User Profile
  43. Урок 43. 00:06:27
    Admin - Get All Users & Specific User
  44. Урок 44. 00:11:16
    Admin - Update & Delete User
  45. Урок 45. 00:09:33
    Creating Order Model
  46. Урок 46. 00:10:25
    Create & Save Order
  47. Урок 47. 00:06:51
    Get Single Order & Logged in User Orders
  48. Урок 48. 00:04:04
    Admin - Get all Order
  49. Урок 49. 00:13:42
    Admin - Update / Process Order
  50. Урок 50. 00:03:59
    Admin - Delete Order
  51. Урок 51. 00:13:33
    Add New / Update Review
  52. Урок 52. 00:04:05
    Get all Reviews of Product
  53. Урок 53. 00:07:14
    Delete Product Review
  54. Урок 54. 00:01:14
    ShopIT HTML & CSS Details
  55. Урок 55. 00:11:29
    Installing React & Cleaning Project
  56. Урок 56. 00:09:08
    Header & Footer Component
  57. Урок 57. 00:04:19
    ShopIT Homepage
  58. Урок 58. 00:04:41
    Implementing React Router
  59. Урок 59. 00:04:23
    Add Custom Titles
  60. Урок 60. 00:03:06
    What is Redux?
  61. Урок 61. 00:06:21
    Create Redux Store
  62. Урок 62. 00:11:47
    All Products Reducer
  63. Урок 63. 00:07:09
    All Products Action
  64. Урок 64. 00:16:52
    Fetching Products for Redux State
  65. Урок 65. 00:02:46
    Loader Component
  66. Урок 66. 00:07:13
    Adding React Alert
  67. Урок 67. 00:08:03
    Product Details Reducer & Action
  68. Урок 68. 00:20:32
    Product Details Component
  69. Урок 69. 00:13:51
    Adding Pagination
  70. Урок 70. 00:10:29
    Search Products Component
  71. Урок 71. 00:16:05
    Filter by Price
  72. Урок 72. 00:09:42
    Filter by Category
  73. Урок 73. 00:06:09
    Filter by Ratings
  74. Урок 74. 00:09:55
    Login User Reducer & Action
  75. Урок 75. 00:14:05
    Login User Component
  76. Урок 76. 00:04:54
    Register User Reducer & Action
  77. Урок 77. 00:07:23
    Adding Cloudinary for Images
  78. Урок 78. 00:14:12
    Register User Component
  79. Урок 79. 00:06:06
    Load Logged In User
  80. Урок 80. 00:13:38
    Show User in Header
  81. Урок 81. 00:06:29
    Logout User
  82. Урок 82. 00:08:19
    Show User Profile
  83. Урок 83. 00:07:24
    ProtectedRoute Component
  84. Урок 84. 00:09:39
    Update User Profile Reducer & Action
  85. Урок 85. 00:15:25
    Update User Profile Component
  86. Урок 86. 00:11:46
    Update User Password
  87. Урок 87. 00:10:33
    Handle Forgot Password
  88. Урок 88. 00:13:39
    Handle New Password
  89. Урок 89. 00:08:03
    Handle Quantity Selection
  90. Урок 90. 00:15:57
    Add to Cart Button
  91. Урок 91. 00:08:23
    Cart Component
  92. Урок 92. 00:05:19
    Handle Quantity on Cart Component
  93. Урок 93. 00:06:56
    Remove Cart Item
  94. Урок 94. 00:04:50
    Handle Cart Summary
  95. Урок 95. 00:20:36
    Handle Shipping Info
  96. Урок 96. 00:09:00
    Checkout Steps Component
  97. Урок 97. 00:13:50
    Confirm Order Details
  98. Урок 98. 00:09:07
    Adding Stripe on Backend
  99. Урок 99. 00:04:23
    Send Stripe API to Frontend
  100. Урок 100. 00:12:58
    Payment Component
  101. Урок 101. 00:19:07
    Process Payment with Stripe
  102. Урок 102. 00:08:57
    Create New Order Reducer & Action
  103. Урок 103. 00:11:07
    Place & Confirm Order
  104. Урок 104. 00:07:37
    Logged in User Orders Reducer & Action
  105. Урок 105. 00:16:07
    Logged In User Orders Component
  106. Урок 106. 00:16:10
    Display Order Details
  107. Урок 107. 00:05:41
    Submit Review Reducer & Action
  108. Урок 108. 00:18:00
    Submit Review
  109. Урок 109. 00:07:12
    Display all Reviews
  110. Урок 110. 00:04:39
    Admin Sidebar Component
  111. Урок 111. 00:09:23
    Dashboard Component
  112. Урок 112. 00:18:21
    Display All Products
  113. Урок 113. 00:06:11
    New Product Reducer & Action
  114. Урок 114. 00:31:39
    New Product Component
  115. Урок 115. 00:09:55
    Delete Product
  116. Урок 116. 00:19:35
    Update Product
  117. Урок 117. 00:14:18
    Display all Orders
  118. Урок 118. 00:24:05
    Process Order Component
  119. Урок 119. 00:06:10
    Delete Order
  120. Урок 120. 00:11:36
    Display all Users
  121. Урок 121. 00:16:46
    Update User
  122. Урок 122. 00:06:56
    Delete User
  123. Урок 123. 00:14:52
    Display Product Reviews
  124. Урок 124. 00:09:15
    Delete Product Reviews
  125. Урок 125. 00:11:21
    Connecting to Online DB & Preparing for deploy
  126. Урок 126. 00:06:31
    Push on ShopIT on GitHub
  127. Урок 127. 00:13:02
    Deploying ShopIT on Heroku
  128. Урок 128. 00:03:21
    Your Task / Assignment for ShopIT
  129. Урок 129. 00:00:39
    Congratulations !!!