zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - MERN Stack React Node Ecommerce from Scratch to Deployment
magnet:?xt=urn:btih:f029d17c109bc5409443bb13f7fdd75582c7d618&dn=[FreeCourseSite.com] Udemy - MERN Stack React Node Ecommerce from Scratch to Deployment
磁力链接详情
Hash值:
f029d17c109bc5409443bb13f7fdd75582c7d618
点击数:
109
文件大小:
5.51 GB
文件数量:
145
创建日期:
2023-12-31 08:16
最后访问:
2024-11-1 03:05
访问标签:
FreeCourseSite
com
Udemy
-
MERN
Stack
React
Node
Ecommerce
from
Scratch
to
Deployment
文件列表详情
01 - Introduction/001 Course introduction.mp4 24.42 MB
01 - Introduction/002 Are you ready for this course.mp4 45.96 MB
01 - Introduction/004 Course roadmap (optional).mp4 53.26 MB
02 - Node - Project Setup/002 Express server.mp4 26.1 MB
02 - Node - Project Setup/004 Using MongoDB Atlas.mp4 4.14 MB
02 - Node - Project Setup/007 Connecting to MongoDB.mp4 15.8 MB
02 - Node - Project Setup/008 Routes.mp4 20.79 MB
02 - Node - Project Setup/009 Controllers.mp4 19.73 MB
03 - Node - User Signup and Signin/001 User schema.mp4 12.49 MB
03 - Node - User Signup and Signin/002 Virtual fields and methods.mp4 19.02 MB
03 - Node - User Signup and Signin/003 User signup.mp4 20.58 MB
03 - Node - User Signup and Signin/004 Using Postman to signup user.mp4 36.1 MB
03 - Node - User Signup and Signin/006 Friendly error message.mp4 34.04 MB
03 - Node - User Signup and Signin/008 Using express validator.mp4 47.2 MB
03 - Node - User Signup and Signin/009 User signin using JWT.mp4 67.87 MB
03 - Node - User Signup and Signin/010 Using Postman to signin user.mp4 20.7 MB
03 - Node - User Signup and Signin/011 User signout.mp4 8.12 MB
04 - Node - Auth and Admin Middlewares/002 Require signin middleware.mp4 19.36 MB
04 - Node - Auth and Admin Middlewares/003 Renaming from user to auth.mp4 9.97 MB
04 - Node - Auth and Admin Middlewares/004 User by id middleware.mp4 69.52 MB
04 - Node - Auth and Admin Middlewares/005 Auth and admin middlewares.mp4 51.89 MB
05 - Node - Product and Categories/001 Category model route and controller.mp4 14.56 MB
05 - Node - Product and Categories/002 Creating category using postman.mp4 32.98 MB
05 - Node - Product and Categories/003 Product model.mp4 19.88 MB
05 - Node - Product and Categories/005 Create product with file upload.mp4 35.54 MB
05 - Node - Product and Categories/006 Creating product using postman.mp4 63.53 MB
05 - Node - Product and Categories/007 Create product validation.mp4 40.51 MB
05 - Node - Product and Categories/008 Product by id middleware and single product.mp4 49.69 MB
05 - Node - Product and Categories/009 Product delete.mp4 54.42 MB
05 - Node - Product and Categories/010 Product update.mp4 31.7 MB
05 - Node - Product and Categories/011 Category by id and single category.mp4 28.93 MB
05 - Node - Product and Categories/012 Category update delete and get all.mp4 53.53 MB
06 - Node - Sending Products with Queries/001 Products by sell and arrival on request query params.mp4 25.34 MB
06 - Node - Sending Products with Queries/002 Fetch products based on request query using postman.mp4 52.85 MB
06 - Node - Sending Products with Queries/003 Related products.mp4 42 MB
06 - Node - Sending Products with Queries/004 List product categories.mp4 19.74 MB
06 - Node - Sending Products with Queries/006 List products by search.mp4 31.86 MB
06 - Node - Sending Products with Queries/007 Send product photo.mp4 20.66 MB
06 - Node - Sending Products with Queries/008 User profile read and update.mp4 29.46 MB
06 - Node - Sending Products with Queries/009 Installing CORS.mp4 7.75 MB
07 - React - React Hooks (Optional)/002 React hooks.mp4 3.3 MB
07 - React - React Hooks (Optional)/003 Why we used class components.mp4 1.61 MB
07 - React - React Hooks (Optional)/004 Counter app using class.mp4 13.49 MB
07 - React - React Hooks (Optional)/005 useState hook.mp4 8.26 MB
07 - React - React Hooks (Optional)/006 useEffect hook.mp4 16.37 MB
07 - React - React Hooks (Optional)/007 News app using hooks.mp4 21.02 MB
07 - React - React Hooks (Optional)/008 Search news on input change.mp4 22.48 MB
07 - React - React Hooks (Optional)/009 Controlling useEffect's behaviour.mp4 15.35 MB
07 - React - React Hooks (Optional)/010 Loading.mp4 10.51 MB
07 - React - React Hooks (Optional)/011 Code Organization.mp4 34.01 MB
08 - React - React App with Pages and Layouts/001 Create react app.mp4 18.61 MB
08 - React - React App with Pages and Layouts/003 Routing pages.mp4 26.93 MB
08 - React - React App with Pages and Layouts/004 Menu and active links.mp4 67.8 MB
08 - React - React App with Pages and Layouts/005 Shared layout component.mp4 23.14 MB
08 - React - React App with Pages and Layouts/006 Environment variables.mp4 9.33 MB
09 - React - User Signup and Signin/001 Signup form handle change.mp4 61.21 MB
09 - React - User Signup and Signin/002 User signup.mp4 54.42 MB
09 - React - User Signup and Signin/003 User signup success and error.mp4 52.4 MB
09 - React - User Signup and Signin/004 Code refactoring - Signup.mp4 13.83 MB
09 - React - User Signup and Signin/005 User signin.mp4 48.24 MB
09 - React - User Signup and Signin/006 Save user and token in local storage.mp4 26.71 MB
09 - React - User Signup and Signin/007 User signout.mp4 20.69 MB
09 - React - User Signup and Signin/008 Show and hide signin signout links conditionally.mp4 41.38 MB
10 - React - Private and Admin Route with User Dashboard/001 Private route for authenticated users only.mp4 30.92 MB
10 - React - Private and Admin Route with User Dashboard/002 User dashboard.mp4 44.27 MB
10 - React - Private and Admin Route with User Dashboard/003 Links on user dashboard.mp4 29.08 MB
10 - React - Private and Admin Route with User Dashboard/004 Admin dashboard.mp4 10.75 MB
10 - React - Private and Admin Route with User Dashboard/005 Private route for admin.mp4 42.79 MB
11 - React - Categories and Products/001 Add category component.mp4 54.94 MB
11 - React - Categories and Products/002 Category create success and error.mp4 60.01 MB
11 - React - Categories and Products/003 Create product part one.mp4 17.46 MB
11 - React - Categories and Products/004 Create product part two.mp4 105.99 MB
11 - React - Categories and Products/005 Create product part three.mp4 43.42 MB
11 - React - Categories and Products/006 Create product with categories.mp4 75.25 MB
11 - React - Categories and Products/007 Products by arrival and sell.mp4 85.03 MB
11 - React - Categories and Products/008 Show products in card.mp4 43.34 MB
11 - React - Categories and Products/009 Show product image.mp4 33.98 MB
11 - React - Categories and Products/011 Styling buttons and jumbotron.mp4 30.05 MB
12 - React - Shop Page with Search Filter by Category and Price Range/001 Shop page.mp4 15.02 MB
12 - React - Shop Page with Search Filter by Category and Price Range/002 Get categories in shop page.mp4 13.39 MB
12 - React - Shop Page with Search Filter by Category and Price Range/003 Show categories in shop sidebar.mp4 32.2 MB
12 - React - Shop Page with Search Filter by Category and Price Range/004 Handle categories toggle.mp4 48.4 MB
12 - React - Shop Page with Search Filter by Category and Price Range/005 Passing categories filter to parent component.mp4 20.01 MB
12 - React - Shop Page with Search Filter by Category and Price Range/006 Set filters with category.mp4 32.99 MB
12 - React - Shop Page with Search Filter by Category and Price Range/007 Fixed price range.mp4 30.13 MB
12 - React - Shop Page with Search Filter by Category and Price Range/008 Radio buttons for price range.mp4 44.22 MB
12 - React - Shop Page with Search Filter by Category and Price Range/009 Filter with price range.mp4 65.99 MB
12 - React - Shop Page with Search Filter by Category and Price Range/010 Show products by filter on shop page.mp4 84.16 MB
12 - React - Shop Page with Search Filter by Category and Price Range/011 Pass products to card component.mp4 33.07 MB
12 - React - Shop Page with Search Filter by Category and Price Range/012 Load more button.mp4 44.32 MB
13 - React - Products Search/001 Search component.mp4 35.7 MB
13 - React - Products Search/002 Search form.mp4 50.63 MB
13 - React - Products Search/003 Implementing search.mp4 62.14 MB
13 - React - Products Search/004 Backend implementation of search.mp4 70.12 MB
13 - React - Products Search/005 Search message to users.mp4 18.81 MB
14 - React - Product Page with Related Products/001 Single product component.mp4 66.06 MB
14 - React - Product Page with Related Products/002 Reuse card for single product.mp4 92.47 MB
14 - React - Product Page with Related Products/003 Product detail on single product page.mp4 27.56 MB
14 - React - Product Page with Related Products/004 Show related products.mp4 75.23 MB
15 - React - Cart CRUD with LocalStorage/002 Add to cart.mp4 99.76 MB
15 - React - Cart CRUD with LocalStorage/003 Cart items total in menu.mp4 29.23 MB
15 - React - Cart CRUD with LocalStorage/004 Show products in cart page.mp4 71.44 MB
15 - React - Cart CRUD with LocalStorage/005 Conditionally show hide add to cart.mp4 12.52 MB
15 - React - Cart CRUD with LocalStorage/006 Product quantity update in cart.mp4 67.57 MB
15 - React - Cart CRUD with LocalStorage/007 Remove product from cart.mp4 48.81 MB
15 - React - Cart CRUD with LocalStorage/008 Cart total.mp4 58.62 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/001 Braintree as payment gateway.mp4 31.16 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/002 Signup to braintree.mp4 20.65 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/003 Braintree setup backend.mp4 56.48 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/004 Braintree setup frontend.mp4 91.35 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/005 Handling payment frontend.mp4 51.05 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/006 Processing payment backend.mp4 9.11 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/007 Successful transaction.mp4 100.04 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/008 Empty cart after successful purchase.mp4 23.26 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/009 Activate paypal payment.mp4 40.48 MB
16 - Payment Gateway (Credit Card and PayPal) with Braintree/010 Steps to create paypal sandbox account.mp4 54.87 MB
17 - Orders/001 Order routes and controller setup - Backend.mp4 13.48 MB
17 - Orders/002 Create order - Frontend.mp4 62.32 MB
17 - Orders/004 Save orders in the database.mp4 69.29 MB
17 - Orders/005 Save delivery address of orders.mp4 16.79 MB
17 - Orders/006 Push orders to user's purchase history.mp4 41.62 MB
17 - Orders/007 Update sold products quantity.mp4 51.12 MB
17 - Orders/008 List all orders for admin.mp4 11.17 MB
17 - Orders/009 Fetch all orders for admin.mp4 45.95 MB
17 - Orders/010 Loop through orders.mp4 47.8 MB
17 - Orders/011 Show product details of each order.mp4 27.96 MB
17 - Orders/012 enum status values of each order.mp4 42.25 MB
17 - Orders/013 Find order by id and update order status.mp4 45.83 MB
17 - Orders/014 Update order status by admin.mp4 27.69 MB
18 - User Profile/001 User profile update methods.mp4 39.81 MB
18 - User Profile/002 Get user info for profile update.mp4 50.25 MB
18 - User Profile/003 User profile update.mp4 64.74 MB
18 - User Profile/004 User purchase history - Backend.mp4 10.63 MB
18 - User Profile/006 User purchase history - Frontend.mp4 74.82 MB
19 - Manage Orders and Products by Admin/001 Manage products for admin.mp4 26.64 MB
19 - Manage Orders and Products by Admin/002 Product CRUD requests.mp4 25.95 MB
19 - Manage Orders and Products by Admin/003 Products list and delete single product.mp4 32 MB
19 - Manage Orders and Products by Admin/004 Get all products for admin CRUD.mp4 16.82 MB
19 - Manage Orders and Products by Admin/005 Product Update.mp4 157.34 MB
20 - Deployment, Domain, CDN and Free SSL/002 Deploy to Digital Ocean Part 1.mp4 30.67 MB
20 - Deployment, Domain, CDN and Free SSL/003 Deploy to Digital Ocean Part 2.mp4 111.26 MB
20 - Deployment, Domain, CDN and Free SSL/004 Update user role to Admin in production.mp4 10.1 MB
20 - Deployment, Domain, CDN and Free SSL/005 Fully functioning Ecommerce app in production.mp4 24.64 MB
20 - Deployment, Domain, CDN and Free SSL/006 Adding a Domain name.mp4 12.09 MB
20 - Deployment, Domain, CDN and Free SSL/007 Using Cloudflare's CDN and free SSL for our app.mp4 17.12 MB
其他位置