Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Next.js Ecommerce, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:21
    Welcome To The Course
  2. Урок 2. 00:05:37
    The Stack
  3. Урок 3. 00:06:03
    The Project
  4. Урок 4. 00:04:54
    The Environment
  5. Урок 5. 00:01:35
    Premium Docs
  6. Урок 6. 00:02:00
    Section Intro
  7. Урок 7. 00:07:48
    Create Next App & Assets
  8. Урок 8. 00:04:45
    ShadCN UI Setup
  9. Урок 9. 00:10:05
    Root Layout & Constants
  10. Урок 10. 00:09:34
    Header & Footer Components
  11. Урок 11. 00:13:30
    Theme Mode Toggle
  12. Урок 12. 00:08:52
    Loading & Not Found Page
  13. Урок 13. 00:08:12
    Responsive Sheet Menu
  14. Урок 14. 00:09:35
    Sample Products & Product List
  15. Урок 15. 00:06:43
    Product Card Component
  16. Урок 16. 00:04:59
    Product Price Component
  17. Урок 17. 00:02:37
    Section Intro
  18. Урок 18. 00:04:15
    PostgreSQL & Prisma Setup
  19. Урок 19. 00:09:10
    Prisma Models & Migrations
  20. Урок 20. 00:04:05
    Seed Sample Data
  21. Урок 21. 00:10:16
    Load Products From Database
  22. Урок 22. 00:16:52
    Zod Validtation & Type Inference
  23. Урок 23. 00:08:10
    Serverless Environment Config
  24. Урок 24. 00:14:50
    Product Details Page
  25. Урок 25. 00:08:00
    Product Images Component
  26. Урок 26. 00:04:57
    Initial Deployment
  27. Урок 27. 00:02:27
    A Note On ES Lint Errors
  28. Урок 28. 00:02:58
    Section Intro
  29. Урок 29. 00:09:46
    Prisma User-Related Models
  30. Урок 30. 00:07:01
    Seed User Data
  31. Урок 31. 00:17:32
    Next Auth Setup
  32. Урок 32. 00:08:28
    Sign In & Sign Out Action
  33. Урок 33. 00:06:59
    Auth Layout & Sign In Page
  34. Урок 34. 00:06:40
    Credentials Sign In Form
  35. Урок 35. 00:09:29
    Hook Up Sign In Form
  36. Урок 36. 00:04:27
    Callback URL Redirect
  37. Урок 37. 00:11:49
    User Button & Sign Out
  38. Урок 38. 00:08:16
    Sign Up Zod Schema & Action
  39. Урок 39. 00:07:36
    Sign Up Page & Form
  40. Урок 40. 00:12:41
    Sign Up Error Handling
  41. Урок 41. 00:08:20
    Customize Token With JWT Callback
  42. Урок 42. 00:01:10
    Section Intro
  43. Урок 43. 00:13:02
    Cart Zod Schema & Prisma Model
  44. Урок 44. 00:12:02
    Add To Cart Component
  45. Урок 45. 00:08:29
    Session Cart ID Cookie
  46. Урок 46. 00:13:15
    Get Item From Cart
  47. Урок 47. 00:15:39
    Price Calc & Add To Database
  48. Урок 48. 00:11:46
    Handle Quantity & Mutliple Products
  49. Урок 49. 00:08:02
    Remove Cart Action
  50. Урок 50. 00:08:02
    Dynamic Cart Button
  51. Урок 51. 00:05:58
    Smooth UI With useTransition Hook
  52. Урок 52. 00:01:23
    Section Intro
  53. Урок 53. 00:08:24
    Cart Page
  54. Урок 54. 00:10:53
    ShadCN UI Table
  55. Урок 55. 00:08:08
    Subtotal Card
  56. Урок 56. 00:09:31
    Shipping Address Zod Schema & Page
  57. Урок 57. 00:20:08
    Shipping Address Form
  58. Урок 58. 00:08:22
    Update User Address
  59. Урок 59. 00:07:02
    Checkout Steps
  60. Урок 60. 00:05:31
    Persist Session Cart
  61. Урок 61. 00:05:48
    Protecting Paths
  62. Урок 62. 00:01:32
    Section Intro
  63. Урок 63. 00:09:28
    Payment Method Action & Zod Schema
  64. Урок 64. 00:08:02
    Payment Method Page
  65. Урок 65. 00:13:10
    Payment Method Form & Update
  66. Урок 66. 00:11:08
    Order & OrderItem Prisma Schema
  67. Урок 67. 00:08:17
    Order Zod Schemas & Types
  68. Урок 68. 00:18:06
    Place Order Page
  69. Урок 69. 00:14:16
    Create Order Action
  70. Урок 70. 00:07:38
    Place Order Form
  71. Урок 71. 00:08:28
    Order Page & Action
  72. Урок 72. 00:08:22
    Format Utility Functions
  73. Урок 73. 00:14:06
    Order Details Table
  74. Урок 74. 00:01:14
    Section Intro
  75. Урок 75. 00:03:33
    PayPal Sandbox Setup
  76. Урок 76. 00:07:21
    Generate Access Token
  77. Урок 77. 00:07:43
    Jest Test For Access Token
  78. Урок 78. 00:08:46
    Create Order & Capture Payment Request
  79. Урок 79. 00:08:08
    Jest Testing For Order & Payment
  80. Урок 80. 00:07:58
    Create PayPal Order Action
  81. Урок 81. 00:15:31
    Approve & Update Order
  82. Урок 82. 00:12:05
    Implement PayPal Button
  83. Урок 83. 00:01:07
    Section Intro
  84. Урок 84. 00:14:01
    User Layout & Menu
  85. Урок 85. 00:05:29
    Get My Orders Action
  86. Урок 86. 00:12:57
    Orders Page
  87. Урок 87. 00:15:29
    Orders Pagination
  88. Урок 88. 00:05:37
    Update Profile Action
  89. Урок 89. 00:12:10
    Update Profile Form
  90. Урок 90. 00:06:54
    Profile Form Submission
  91. Урок 91. 00:00:56
    Section Intro
  92. Урок 92. 00:08:07
    Admin Layout & Menu
  93. Урок 93. 00:10:22
    Get Order Summary
  94. Урок 94. 00:16:48
    Admin Overview Data Display
  95. Урок 95. 00:08:25
    Monthly Sales Chart
  96. Урок 96. 00:11:32
    Admin Orders Page & Action
  97. Урок 97. 00:15:54
    Delete Orders
  98. Урок 98. 00:05:41
    Update Order Actions (COD)
  99. Урок 99. 00:13:03
    Update Order Buttons (COD)
  100. Урок 100. 00:01:12
    Section Intro
  101. Урок 101. 00:08:25
    Get Products For Admin Page
  102. Урок 102. 00:07:56
    Display Products
  103. Урок 103. 00:04:17
    Delete Products
  104. Урок 104. 00:08:31
    Create & Update Actions
  105. Урок 105. 00:09:36
    Create Product Page & Form
  106. Урок 106. 00:13:28
    Form Fields & Slugify
  107. Урок 107. 00:06:24
    Create Product Form Submission
  108. Урок 108. 00:08:10
    Uploadthing Configuration
  109. Урок 109. 00:12:57
    Add Image Uploads
  110. Урок 110. 00:07:58
    Product Cleanup
  111. Урок 111. 00:08:56
    Is Featured & Banner
  112. Урок 112. 00:09:59
    Product Update Form
  113. Урок 113. 00:01:09
    Section Intro
  114. Урок 114. 00:12:58
    Get & Display Users
  115. Урок 115. 00:03:13
    Delete Users
  116. Урок 116. 00:09:15
    User Edit Page
  117. Урок 117. 00:14:17
    Update User Form
  118. Урок 118. 00:06:49
    Update User Action
  119. Урок 119. 00:11:05
    Admin Search Form
  120. Урок 120. 00:05:42
    Admin Order Search
  121. Урок 121. 00:03:16
    Admin User Search
  122. Урок 122. 00:01:20
    Section Intro
  123. Урок 123. 00:08:45
    Category Drawer
  124. Урок 124. 00:13:34
    Featured Products Carousel
  125. Урок 125. 00:08:39
    Search Component
  126. Урок 126. 00:12:53
    Search Page
  127. Урок 127. 00:10:56
    Search Filters
  128. Урок 128. 00:06:38
    Get Filter URL Function
  129. Урок 129. 00:09:52
    Category & UI Price Filters
  130. Урок 130. 00:10:02
    Rating Filter & Filter Display
  131. Урок 131. 00:05:51
    Sorting Products
  132. Урок 132. 00:07:47
    Dynamic Metadata
  133. Урок 133. 00:01:00
    Section Intro
  134. Урок 134. 00:10:33
    Review Prisma Schema, Zod & Type
  135. Урок 135. 00:09:28
    Review List Component
  136. Урок 136. 00:15:31
    Review Form Dialog
  137. Урок 137. 00:11:51
    Create & Update Review Action
  138. Урок 138. 00:07:03
    Connect Review Form To Action
  139. Урок 139. 00:03:49
    Get Reviews Action
  140. Урок 140. 00:12:01
    Display Reviews
  141. Урок 141. 00:03:59
    Update & Reload Reviews
  142. Урок 142. 00:01:41
    Section Intro
  143. Урок 143. 00:04:45
    Stripe Setup
  144. Урок 144. 00:11:53
    Order Form Payment Intent
  145. Урок 145. 00:17:21
    Stripe Payment Component
  146. Урок 146. 00:11:17
    Stripe Payment Success Page
  147. Урок 147. 00:13:51
    Webhook To Mark Orders As Paid
  148. Урок 148. 00:01:02
    Section Intro
  149. Урок 149. 00:02:55
    Resend API Key & Setup
  150. Урок 150. 00:05:43
    Resend Main Function
  151. Урок 151. 00:13:17
    Purchase Receipt Email Template
  152. Урок 152. 00:12:49
    Preview Email In Browser With React Email
  153. Урок 153. 00:04:45
    Sending Emails
  154. Урок 154. 00:00:46
    Section Intro
  155. Урок 155. 00:03:49
    Icon Boxes Component
  156. Урок 156. 00:18:53
    Deal Countdown Components
  157. Урок 157. 00:01:18
    Wrap Up