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