Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Node FullStack - Ecommerce from Scratch to Deployment, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:00
    Course introduction
  • Урок 2. 00:04:16
    Are you ready for this course?
  • Урок 3. 00:09:51
    Course roadmap (optional)
  • Урок 4. 00:09:04
    Express server
  • Урок 5. 00:01:43
    Using MongoDB Atlas
  • Урок 6. 00:03:22
    Connecting to MongoDB
  • Урок 7. 00:04:46
    Routes
  • Урок 8. 00:04:53
    Controllers
  • Урок 9. 00:05:42
    User schema
  • Урок 10. 00:05:20
    Virtual fields and methods
  • Урок 11. 00:06:00
    User signup
  • Урок 12. 00:05:15
    Using Postman to signup user
  • Урок 13. 00:04:44
    Friendly error message
  • Урок 14. 00:09:17
    Using express validator
  • Урок 15. 00:10:08
    User signin using JWT
  • Урок 16. 00:04:13
    Using Postman to signin user
  • Урок 17. 00:02:03
    User signout
  • Урок 18. 00:03:17
    Require signin middleware
  • Урок 19. 00:02:40
    Renaming from user to auth
  • Урок 20. 00:11:25
    User by id middleware
  • Урок 21. 00:07:50
    Auth and admin middlewares
  • Урок 22. 00:06:08
    Category model route and controller
  • Урок 23. 00:04:49
    Creating category using postman
  • Урок 24. 00:06:18
    Product model
  • Урок 25. 00:09:26
    Create product with file upload
  • Урок 26. 00:07:00
    Creating product using postman
  • Урок 27. 00:06:13
    Create product validation
  • Урок 28. 00:07:26
    Product by id middleware and single product
  • Урок 29. 00:06:37
    Product delete
  • Урок 30. 00:07:10
    Product update
  • Урок 31. 00:05:10
    Category by id and single category
  • Урок 32. 00:09:47
    Category update delete and get all
  • Урок 33. 00:09:39
    Products by sell and arrival on request query params
  • Урок 34. 00:05:15
    Fetch products based on request query using postman
  • Урок 35. 00:07:32
    Related products
  • Урок 36. 00:03:22
    List product categories
  • Урок 37. 00:07:33
    List products by search
  • Урок 38. 00:03:46
    Send product photo
  • Урок 39. 00:07:33
    User profile read and update
  • Урок 40. 00:01:49
    Installing CORS
  • Урок 41. 00:01:31
    React hooks
  • Урок 42. 00:00:51
    Why we used class components?
  • Урок 43. 00:05:45
    Counter app using class
  • Урок 44. 00:03:49
    useState hook
  • Урок 45. 00:06:01
    useEffect hook
  • Урок 46. 00:06:39
    News app using hooks
  • Урок 47. 00:05:56
    Search news on input change
  • Урок 48. 00:04:44
    Controlling useEffect's behaviour
  • Урок 49. 00:03:11
    Loading
  • Урок 50. 00:04:24
    Code Organization
  • Урок 51. 00:02:54
    Create react app
  • Урок 52. 00:08:38
    Routing pages
  • Урок 53. 00:09:28
    Menu and active links
  • Урок 54. 00:07:42
    Shared layout component
  • Урок 55. 00:03:09
    Environment variables
  • Урок 56. 00:10:21
    Signup form handle change
  • Урок 57. 00:10:05
    User signup
  • Урок 58. 00:09:17
    User signup success and error
  • Урок 59. 00:03:09
    Code refactoring - Signup
  • Урок 60. 00:08:22
    User signin
  • Урок 61. 00:05:12
    Save user and token in local storage
  • Урок 62. 00:05:25
    User signout
  • Урок 63. 00:06:22
    Show and hide signin signout links conditionally
  • Урок 64. 00:08:13
    Private route for authenticated users only
  • Урок 65. 00:07:42
    User dashboard
  • Урок 66. 00:05:14
    Links on user dashboard
  • Урок 67. 00:02:59
    Admin dashboard
  • Урок 68. 00:08:06
    Private route for admin
  • Урок 69. 00:10:27
    Add category component
  • Урок 70. 00:09:55
    Category create success and error
  • Урок 71. 00:04:19
    Create product part one
  • Урок 72. 00:19:14
    Create product part two
  • Урок 73. 00:07:13
    Create product part three
  • Урок 74. 00:13:13
    Create product with categories
  • Урок 75. 00:10:05
    Products by arrival and sell
  • Урок 76. 00:07:38
    Show products in card
  • Урок 77. 00:06:26
    Show product image
  • Урок 78. 00:04:34
    Styling buttons and jumbotron
  • Урок 79. 00:03:30
    Shop page
  • Урок 80. 00:03:10
    Get categories in shop page
  • Урок 81. 00:05:27
    Show categories in shop sidebar
  • Урок 82. 00:07:34
    Handle categories toggle
  • Урок 83. 00:04:30
    Passing categories filter to parent component
  • Урок 84. 00:04:49
    Set filters with category
  • Урок 85. 00:04:42
    Fixed price range
  • Урок 86. 00:07:25
    Radio buttons for price range
  • Урок 87. 00:07:04
    Filter with price range
  • Урок 88. 00:11:24
    Show products by filter on shop page
  • Урок 89. 00:05:03
    Pass products to card component
  • Урок 90. 00:06:24
    Load more button
  • Урок 91. 00:06:12
    Search component
  • Урок 92. 00:09:11
    Search form
  • Урок 93. 00:09:55
    Implementing search
  • Урок 94. 00:11:38
    Backend implementation of search
  • Урок 95. 00:04:57
    Search message to users
  • Урок 96. 00:09:08
    Single product component
  • Урок 97. 00:10:23
    Reuse card for single product
  • Урок 98. 00:10:09
    Product detail on single product page
  • Урок 99. 00:09:01
    Show related products
  • Урок 100. 00:13:25
    Add to cart
  • Урок 101. 00:05:06
    Cart items total in menu
  • Урок 102. 00:10:01
    Show products in cart page
  • Урок 103. 00:02:57
    Conditionally show hide add to cart
  • Урок 104. 00:11:45
    Product quantity update in cart
  • Урок 105. 00:07:14
    Remove product from cart
  • Урок 106. 00:09:10
    Cart total
  • Урок 107. 00:03:40
    Braintree as payment gateway
  • Урок 108. 00:04:00
    Signup to braintree
  • Урок 109. 00:09:56
    Braintree setup backend
  • Урок 110. 00:12:36
    Braintree setup frontend
  • Урок 111. 00:08:17
    Handling payment frontend
  • Урок 112. 00:03:45
    Processing payment backend
  • Урок 113. 00:10:38
    Successful transaction
  • Урок 114. 00:03:19
    Empty cart after successful purchase
  • Урок 115. 00:05:44
    Activate paypal payment
  • Урок 116. 00:05:37
    Steps to create paypal sandbox account
  • Урок 117. 00:03:28
    Order routes and controller setup - Backend
  • Урок 118. 00:06:37
    Create order - Frontend
  • Урок 119. 00:11:14
    Save orders in the database
  • Урок 120. 00:02:15
    Save delivery address of orders
  • Урок 121. 00:07:33
    Push orders to user's purchase history
  • Урок 122. 00:06:56
    Update sold products quantity
  • Урок 123. 00:03:48
    List all orders for admin
  • Урок 124. 00:07:43
    Fetch all orders for admin
  • Урок 125. 00:08:55
    Loop through orders
  • Урок 126. 00:05:20
    Show product details of each order
  • Урок 127. 00:10:17
    enum status values of each order
  • Урок 128. 00:06:20
    Find order by id and update order status
  • Урок 129. 00:04:32
    Update order status by admin
  • Урок 130. 00:09:41
    User profile update methods
  • Урок 131. 00:08:24
    Get user info for profile update
  • Урок 132. 00:10:43
    User profile update
  • Урок 133. 00:03:13
    User purchase history - Backend
  • Урок 134. 00:11:13
    User purchase history - Frontend
  • Урок 135. 00:03:54
    Manage products for admin
  • Урок 136. 00:05:58
    Product CRUD requests
  • Урок 137. 00:09:44
    Products list and delete single product
  • Урок 138. 00:03:44
    Get all products for admin CRUD
  • Урок 139. 00:15:57
    Product Update
  • Урок 140. 00:07:21
    Deploy to Digital Ocean Part 1
  • Урок 141. 00:12:09
    Deploy to Digital Ocean Part 2
  • Урок 142. 00:01:58
    Update user role to Admin in production
  • Урок 143. 00:03:04
    Fully functioning Ecommerce app in production
  • Урок 144. 00:03:03
    Adding a Domain name
  • Урок 145. 00:02:49
    Using Cloudflare's CDN and free SSL for our app