1. Урок 1. 00:04:33
    What Is The MERN Stack?
  2. Урок 2. 00:01:21
    What You'll Need For This Course
  3. Урок 3. 00:02:03
    Getting Starting Files
  4. Урок 4. 00:11:17
    Intro to Next.js, Project Structure
  5. Урок 5. 00:16:26
    Create App Layout, Build Header
  6. Урок 6. 00:03:56
    Get Route Data from useRouter Hook, Create Active Links
  7. Урок 7. 00:05:13
    Visualize Route Changes with Progress Bar
  8. Урок 8. 00:17:05
    Intro to Node + Express with API Routes
  9. Урок 9. 00:08:46
    Fetching Data on the Server with getInitialProps
  10. Урок 10. 00:16:58
    Configure Mongo Atlas, Connect to Database
  11. Урок 11. 00:17:53
    Create Products Collection, Model Product Data
  12. Урок 12. 00:09:48
    Build Product Cards, Make Components Responsive
  13. Урок 13. 00:11:43
    Get Product By Id
  14. Урок 14. 00:08:52
    Style Product Detail Page
  15. Урок 15. 00:05:01
    Base Url Helper
  16. Урок 16. 00:19:16
    Delete Product
  17. Урок 17. 00:23:43
    Create Product Form
  18. Урок 18. 00:20:59
    Upload Product Image, Post Product
  19. Урок 19. 00:22:40
    Prevent, Catch Errors on Client, Server
  20. Урок 20. 00:06:53
    Structure Cart Page
  21. Урок 21. 00:17:42
    Build Login, Signup Forms
  22. Урок 22. 00:23:53
    Model User, Signup User with JWT + Cookies
  23. Урок 23. 00:05:11
    Validate Post Content on Server
  24. Урок 24. 00:08:48
    Add Login Functionality
  25. Урок 25. 00:07:27
    Create User Cart Upon Signup
  26. Урок 26. 00:17:18
    Get Current User from Token, Protect Auth Routes
  27. Урок 27. 00:02:51
    Handle Invalid Auth Tokens
  28. Урок 28. 00:09:29
    Logout User, Protect Admin Routes, Hide Protected Content
  29. Урок 29. 00:04:15
    Universal Logout using LocalStorage
  30. Урок 30. 00:12:31
    Fetch User Cart
  31. Урок 31. 00:31:26
    Add Products to Cart
  32. Урок 32. 00:18:16
    Style Cart Products. Calculate Total
  33. Урок 33. 00:08:52
    Removing Cart Products
  34. Урок 34. 00:25:01
    Checkout Customer Carts
  35. Урок 35. 00:14:42
    Add Pagination for Product List
  36. Урок 36. 00:18:55
    Create Account Header, Order History
  37. Урок 37. 00:13:20
    Create Root User, Add User Permissions
  38. Урок 38. 00:10:18
    Change User Roles, Permissions
  39. Урок 39. 00:04:50
    Sorting in Mongoose, MongoDB
  40. Урок 40. 00:03:24
    Formatting Dates
  41. Урок 41. 00:05:31
    Cascade Delete upon Document Removal
  42. Урок 42. 00:09:36
    Deployment + Aliasing with Now