[FreeCourseSite.com] Udemy - MERN Stack E-Commerce Mobile App with React Native [2021]

mp4   Hot:21   Size:8.75 GB   Created:2022-05-01 13:06:24   Update:2023-06-30 06:38:11  

File List

  • 0. Websites you may like/[CourseClub.ME].url 122 B
    0. Websites you may like/[FCS Forum].url 133 B
    0. Websites you may like/[FreeCourseSite.com].url 127 B
    01 Welcome to the course/001 What are we going to build_.mp4 60.83 MB
    01 Welcome to the course/002 What is MERN Stack_.mp4 14.72 MB
    01 Welcome to the course/003 How to Get the Most of This Course.mp4 9 MB
    01 Welcome to the course/004 Pickup Your Task and We Review it - How this course is interactive_.mp4 8.16 MB
    01 Welcome to the course/005 Join Students Tasks Board - Invitation Link.html 1.38 KB
    01 Welcome to the course/006 Course Outlines.mp4 13.29 MB
    01 Welcome to the course/external-assets-links.txt 365 B
    02 Tools and Environment/007 Installing NodeJs.mp4 8.46 MB
    02 Tools and Environment/008 Installing Expo.mp4 35.47 MB
    02 Tools and Environment/009 Installing and running Android Studio.mp4 23.67 MB
    02 Tools and Environment/010 Installing and running iOS Simulator.mp4 10.97 MB
    02 Tools and Environment/011 Installing our Coding Editor (IDE).mp4 12.63 MB
    02 Tools and Environment/012 Configure MongoDB Atlas.mp4 13.84 MB
    02 Tools and Environment/external-assets-links.txt 64 B
    03 Working with Backend/013 Introduction.mp4 7.07 MB
    03 Working with Backend/014 Overview to our RESTful API.mp4 11.22 MB
    03 Working with Backend/015 Creating the Backend Server with Express.mp4 34.81 MB
    03 Working with Backend/016 Reading Environment Variables.mp4 27.91 MB
    03 Working with Backend/017 Create First API Call & Parsing Json Data.mp4 38.99 MB
    03 Working with Backend/018 Logging API Requests.mp4 17.79 MB
    03 Working with Backend/019 Installing Mongoose and Connect to MongoDB Database.mp4 61.27 MB
    03 Working with Backend/020 Read_Write Data to Database Using API.mp4 96.32 MB
    03 Working with Backend/021 Analysing the E-Shop Database.mp4 32.57 MB
    03 Working with Backend/022 Create Backend API Routes & Schemas.mp4 76.57 MB
    03 Working with Backend/023 Enabling CORS & Why Do We Need It_.mp4 20.56 MB
    03 Working with Backend/023 initial-eshop-backend.zip 22.52 KB
    04 Backend_ Products & Categories/024 Introduction.mp4 18.59 MB
    04 Backend_ Products & Categories/025 Products Model & Scheme.mp4 44.71 MB
    04 Backend_ Products & Categories/026 Categories Model & Scheme.mp4 8.42 MB
    04 Backend_ Products & Categories/027 Add and Delete Categories.mp4 95.49 MB
    04 Backend_ Products & Categories/028 Get Categories and Category Details.mp4 19.43 MB
    04 Backend_ Products & Categories/029 Update Category.mp4 28.9 MB
    04 Backend_ Products & Categories/030 Post a New Product REST API.mp4 45.36 MB
    04 Backend_ Products & Categories/031 Get a Product & List of Products REST API.mp4 27.24 MB
    04 Backend_ Products & Categories/032 Population of Category in Get a Product API.mp4 23.55 MB
    04 Backend_ Products & Categories/033 Update a Product REST API.mp4 28.72 MB
    04 Backend_ Products & Categories/034 Delete a Product REST API and Validate Id.mp4 32.41 MB
    04 Backend_ Products & Categories/035 Get Products Count for Statistics Purposes.mp4 30.36 MB
    04 Backend_ Products & Categories/036 Get Featured Products REST API.mp4 42.97 MB
    04 Backend_ Products & Categories/037 Filtering and Getting Products by Category.mp4 54.5 MB
    04 Backend_ Products & Categories/038 Changing __id_ key to _id_ - more frontend friendly.mp4 12.86 MB
    04 Backend_ Products & Categories/038 backend-products.zip 45.51 KB
    04 Backend_ Products & Categories/039 Section Code.html 958 B
    04 Backend_ Products & Categories/external-assets-links.txt 483 B
    05 Backend _ Users & Authentication/040 Introduction.mp4 26.66 MB
    05 Backend _ Users & Authentication/041 Post_Register a New User REST API.mp4 37.14 MB
    05 Backend _ Users & Authentication/042 Users Model & Schema.mp4 16.66 MB
    05 Backend _ Users & Authentication/043 Hashing the User Password.mp4 20.5 MB
    05 Backend _ Users & Authentication/044 Get User and List of Users Excluding Password.mp4 22.57 MB
    05 Backend _ Users & Authentication/045 Login a User REST API & Creating a Token.mp4 83.3 MB
    05 Backend _ Users & Authentication/046 Protecting the API and Authentication JWT Middleware.mp4 43 MB
    05 Backend _ Users & Authentication/047 Authentication Error Handling.mp4 36.07 MB
    05 Backend _ Users & Authentication/048 Excluding REST API Routes From Authentication.mp4 48.68 MB
    05 Backend _ Users & Authentication/049 Add More Secret User Information to Token.mp4 18.8 MB
    05 Backend _ Users & Authentication/050 Users & Admins - User Role.mp4 46.43 MB
    05 Backend _ Users & Authentication/051 Get User Count REST API.mp4 22.2 MB
    05 Backend _ Users & Authentication/051 backend-users.zip 27.13 KB
    05 Backend _ Users & Authentication/052 Section Code.html 958 B
    05 Backend _ Users & Authentication/external-assets-links.txt 225 B
    06 Backend_ Orders/053 Introduction.mp4 9.36 MB
    06 Backend_ Orders/054 Orders & Order-Items Model & Scheme.mp4 33.73 MB
    06 Backend_ Orders/055 Array of Refs - Example of Link Order to Order Items to Products.mp4 8.37 MB
    06 Backend_ Orders/056 New Order & Create Order Items on Posting New Order.mp4 95.78 MB
    06 Backend_ Orders/057 Get Order Detail and Populate Products in Order Items and User Data.mp4 68.03 MB
    06 Backend_ Orders/058 Update Order Status & Delete Order.mp4 38.15 MB
    06 Backend_ Orders/059 Explaining the Solution.mp4 17.26 MB
    06 Backend_ Orders/060 Calculating Total Price of one Order.mp4 67.58 MB
    06 Backend_ Orders/061 Get Total E-Shop Sales using $sum.mp4 57.33 MB
    06 Backend_ Orders/062 Section Code.html 951 B
    06 Backend_ Orders/external-assets-links.txt 351 B
    07 Backend_ Product Image & Gallery Upload/063 Introduction.mp4 12.95 MB
    07 Backend_ Product Image & Gallery Upload/064 Configure Server Side Upload.mp4 95.14 MB
    07 Backend_ Product Image & Gallery Upload/065 Testing Image Upload with Postman.mp4 31.53 MB
    07 Backend_ Product Image & Gallery Upload/066 Validating Uploaded File Types.mp4 52.03 MB
    07 Backend_ Product Image & Gallery Upload/067 Image Upload With Product Post Request.mp4 11.58 MB
    07 Backend_ Product Image & Gallery Upload/068 Product Gallery Multiple Images Upload.mp4 66.29 MB
    07 Backend_ Product Image & Gallery Upload/069 Excluding Uploads Folder From Authentication.mp4 20.81 MB
    07 Backend_ Product Image & Gallery Upload/070 Section Code.html 951 B
    07 Backend_ Product Image & Gallery Upload/external-assets-links.txt 129 B
    08 React Native Fundamentals_ Todo List/071 React Native Fundamentals.mp4 16.88 MB
    08 React Native Fundamentals_ Todo List/072 Project Setup and Folder Structure.mp4 52.88 MB
    08 React Native Fundamentals_ Todo List/073 Components.mp4 26.35 MB
    08 React Native Fundamentals_ Todo List/074 State.mp4 25.71 MB
    08 React Native Fundamentals_ Todo List/075 Props.mp4 26.56 MB
    08 React Native Fundamentals_ Todo List/076 Style.mp4 53.21 MB
    08 React Native Fundamentals_ Todo List/077 ScrollView and TextInput.mp4 23.98 MB
    08 React Native Fundamentals_ Todo List/078 Get User Orders.mp4 29.03 MB
    08 React Native Fundamentals_ Todo List/078 backend-orders.zip 28.84 KB
    08 React Native Fundamentals_ Todo List/079 Add Item.mp4 43.77 MB
    08 React Native Fundamentals_ Todo List/080 Delete Item.mp4 35.05 MB
    08 React Native Fundamentals_ Todo List/081 Expo Menu.mp4 15.32 MB
    08 React Native Fundamentals_ Todo List/082 Section Code.html 1022 B
    08 React Native Fundamentals_ Todo List/external-assets-links.txt 164 B
    09 Easy Shop_ Products/083 Intro and Folder Structure.mp4 42.09 MB
    09 Easy Shop_ Products/084 FlatList Products.mp4 42.85 MB
    09 Easy Shop_ Products/084 products.json 2.08 KB
    09 Easy Shop_ Products/085 Product List.mp4 35.42 MB
    09 Easy Shop_ Products/086 Product Card.mp4 135.78 MB
    09 Easy Shop_ Products/087 Header.mp4 59.93 MB
    09 Easy Shop_ Products/088 Native Base.mp4 45.96 MB
    09 Easy Shop_ Products/089 Searched Product.mp4 76.85 MB
    09 Easy Shop_ Products/090 Search List.mp4 87 MB
    09 Easy Shop_ Products/091 LogBox.mp4 15.48 MB
    09 Easy Shop_ Products/092 Banner.mp4 94.36 MB
    09 Easy Shop_ Products/093 Section Code.html 1022 B
    09 Easy Shop_ Products/external-assets-links.txt 614 B
    10 Easy Shop_ Categories/094 Categories.mp4 40.08 MB
    10 Easy Shop_ Categories/094 categories.json 546 B
    10 Easy Shop_ Categories/095 Category Filter.mp4 80.96 MB
    10 Easy Shop_ Categories/096 Category Badges.mp4 113.14 MB
    10 Easy Shop_ Categories/097 Category Container.mp4 82.37 MB
    10 Easy Shop_ Categories/098 Section Code.html 1022 B
    10 Easy Shop_ Categories/external-assets-links.txt 198 B
    11 React Navigation/099 React Navigation.mp4 13.7 MB
    11 React Navigation/100 Installing React Navigation.mp4 22.13 MB
    11 React Navigation/101 Bottom Tab Navigation.mp4 174.36 MB
    11 React Navigation/102 Navigation with Route Params.mp4 120.54 MB
    11 React Navigation/103 Single Product.mp4 66.4 MB
    11 React Navigation/104 Section Code.html 1022 B
    11 React Navigation/external-assets-links.txt 273 B
    12 Redux/105 What is Redux_.mp4 8.11 MB
    12 Redux/106 Installing Redux Dependencies.mp4 19.42 MB
    12 Redux/107 Redux Store.mp4 36.02 MB
    12 Redux/108 Cart Items Reducer.mp4 59.5 MB
    12 Redux/109 Cart Actions.mp4 32.58 MB
    12 Redux/110 Section Code.html 1022 B
    12 Redux/external-assets-links.txt 176 B
    13 Easy Shop_ Cart/111 Add Items To Cart.mp4 73.11 MB
    13 Easy Shop_ Cart/112 Cart Item.mp4 105.05 MB
    13 Easy Shop_ Cart/113 Bottom Container.mp4 53.5 MB
    13 Easy Shop_ Cart/114 Cart Icon.mp4 98.4 MB
    13 Easy Shop_ Cart/115 Clear Cart.mp4 18.3 MB
    13 Easy Shop_ Cart/116 Remove Single Item from Cart.mp4 114.52 MB
    13 Easy Shop_ Cart/117 Section Code.html 1022 B
    13 Easy Shop_ Cart/external-assets-links.txt 190 B
    14 Checkout/118 Checkout Navigator.mp4 85.51 MB
    14 Checkout/119 Custom Form.mp4 88.95 MB
    14 Checkout/120 Shipping Page.mp4 193.93 MB
    14 Checkout/120 countries.json 10.46 KB
    14 Checkout/121 Payment Page.mp4 142.98 MB
    14 Checkout/122 Confirm Page.mp4 108.9 MB
    14 Checkout/123 Confirm Items.mp4 93.92 MB
    14 Checkout/124 Section Code.html 1022 B
    14 Checkout/external-assets-links.txt 208 B
    15 Connecting to our server/125 Base URL.mp4 33.89 MB
    15 Connecting to our server/126 Application Data.mp4 4.66 MB
    15 Connecting to our server/126 categories.json 791 B
    15 Connecting to our server/126 products.json 26.27 KB
    15 Connecting to our server/127 Connect Products.mp4 52.87 MB
    15 Connecting to our server/128 Connect Categories.mp4 38.09 MB
    15 Connecting to our server/129 useFocusEffect and useCallback.mp4 30.43 MB
    15 Connecting to our server/130 Activity Indicator.mp4 44.44 MB
    15 Connecting to our server/131 Deploying our server to Heroku with GitHub [OPTIONAL].mp4 64.24 MB
    15 Connecting to our server/132 Section Code.html 1022 B
    15 Connecting to our server/external-assets-links.txt 198 B
    16 Easy Shop_ User & Authentication/133 User Navigator.mp4 76.21 MB
    16 Easy Shop_ User & Authentication/134 Login Screen.mp4 98.2 MB
    16 Easy Shop_ User & Authentication/135 Handling Submit.mp4 27.16 MB
    16 Easy Shop_ User & Authentication/136 Error.mp4 36.93 MB
    16 Easy Shop_ User & Authentication/137 Register Screen.mp4 113.83 MB
    16 Easy Shop_ User & Authentication/138 Register User.mp4 42.16 MB
    16 Easy Shop_ User & Authentication/139 Toast.mp4 53.78 MB
    16 Easy Shop_ User & Authentication/140 Adding Toast to the entire App.mp4 44.09 MB
    16 Easy Shop_ User & Authentication/141 Section Code.html 1022 B
    16 Easy Shop_ User & Authentication/external-assets-links.txt 190 B
    17 Context API/142 Intro.mp4 4.82 MB
    17 Context API/143 Installing Dependencies.mp4 13.19 MB
    17 Context API/144 Actions.mp4 141.26 MB
    17 Context API/145 Reducer.mp4 23.28 MB
    17 Context API/146 isEmpty.mp4 32.47 MB
    17 Context API/147 Store.mp4 88.57 MB
    17 Context API/148 Adding Context to Login.mp4 50.61 MB
    17 Context API/149 Profile Page.mp4 113.08 MB
    17 Context API/150 Section Code.html 1022 B
    17 Context API/external-assets-links.txt 180 B
    18 Easy Shop_ Admin Panel [Part 1]/151 Admin Navigator.mp4 112.73 MB
    18 Easy Shop_ Admin Panel [Part 1]/152 Product List Setup.mp4 71.52 MB
    18 Easy Shop_ Admin Panel [Part 1]/153 Product List.mp4 31.5 MB
    18 Easy Shop_ Admin Panel [Part 1]/154 List Item.mp4 66.94 MB
    18 Easy Shop_ Admin Panel [Part 1]/155 List Item Styling.mp4 45.44 MB
    18 Easy Shop_ Admin Panel [Part 1]/156 List Header.mp4 56.97 MB
    18 Easy Shop_ Admin Panel [Part 1]/157 Product Filter.mp4 33.79 MB
    18 Easy Shop_ Admin Panel [Part 1]/158 Modal.mp4 110.49 MB
    18 Easy Shop_ Admin Panel [Part 1]/159 Section Code.html 1022 B
    18 Easy Shop_ Admin Panel [Part 1]/external-assets-links.txt 192 B
    19 Styled Components/160 Intro.mp4 16.9 MB
    19 Styled Components/161 Easy Button.mp4 59.3 MB
    19 Styled Components/162 Adding Easy Button to Modal.mp4 43.12 MB
    19 Styled Components/163 Adding Easy Button to rest of the App.mp4 86.69 MB
    19 Styled Components/164 Traffic Light.mp4 27.15 MB
    19 Styled Components/165 Using Traffic Light.mp4 75.71 MB
    19 Styled Components/166 Section Code.html 1022 B
    19 Styled Components/external-assets-links.txt 212 B
    20 Easy Shop_ Admin Panel [Part 2]/167 Delete Item.mp4 38.66 MB
    20 Easy Shop_ Admin Panel [Part 2]/168 Button Container.mp4 56.8 MB
    20 Easy Shop_ Admin Panel [Part 2]/169 Product Form.mp4 163.51 MB
    20 Easy Shop_ Admin Panel [Part 2]/170 Category Picker.mp4 62.75 MB
    20 Easy Shop_ Admin Panel [Part 2]/171 Categories Button Container.mp4 29.77 MB
    20 Easy Shop_ Admin Panel [Part 2]/172 Access Photo Library.mp4 108 MB
    20 Easy Shop_ Admin Panel [Part 2]/173 Add Products.mp4 99.53 MB
    20 Easy Shop_ Admin Panel [Part 2]/174 Upload Image.mp4 64.7 MB
    20 Easy Shop_ Admin Panel [Part 2]/175 Update Product.mp4 101.88 MB
    20 Easy Shop_ Admin Panel [Part 2]/176 Categories.mp4 83.63 MB
    20 Easy Shop_ Admin Panel [Part 2]/177 Category Item.mp4 73.87 MB
    20 Easy Shop_ Admin Panel [Part 2]/178 Add Category.mp4 45.1 MB
    20 Easy Shop_ Admin Panel [Part 2]/179 Delete Category.mp4 36.31 MB
    20 Easy Shop_ Admin Panel [Part 2]/180 Section Code.html 1022 B
    20 Easy Shop_ Admin Panel [Part 2]/external-assets-links.txt 192 B
    21 Easy Shop_ Orders/181 Confirm Order.mp4 75.71 MB
    21 Easy Shop_ Orders/182 Orders.mp4 55 MB
    21 Easy Shop_ Orders/183 Order Card.mp4 93.14 MB
    21 Easy Shop_ Orders/184 Order Status.mp4 117.82 MB
    21 Easy Shop_ Orders/185 Cart Button Check.mp4 20.14 MB
    21 Easy Shop_ Orders/186 Update Status.mp4 67.68 MB
    21 Easy Shop_ Orders/187 User Orders.mp4 150.8 MB
    21 Easy Shop_ Orders/188 Edit Mode.mp4 29.51 MB
    21 Easy Shop_ Orders/189 Section Code.html 1022 B
    21 Easy Shop_ Orders/external-assets-links.txt 414 B
    22 Finishing Up/190 Icon and Splash Screen.mp4 19.55 MB
    22 Finishing Up/191 Deploy Android.html 967 B
    22 Finishing Up/192 Deploy iOS.html 959 B
    22 Finishing Up/193 Useful Links.html 953 B
    22 Finishing Up/194 Conclusion.mp4 9.03 MB
    22 Finishing Up/external-assets-links.txt 881 B

Download Info

  • Tips

    “[FreeCourseSite.com] Udemy - MERN Stack E-Commerce Mobile App with React Native [2021]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.