Django with React | An Ecommerce Website [Updated]

seeders: 10
leechers: 12
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

Django with React An Ecommerce Website Django with React An Ecommerce Website 12. Product Reviews, Search & More
  • 2. Frontend Product Reviews.mp4 (283.6 MB)
  • 1. Create Review Endpoint.mp4 (158.9 MB)
  • 1. Create Review Endpoint.srt (29.6 KB)
  • 2. Frontend Product Reviews.srt (45.4 KB)
  • 3. Product Search.mp4 (127.2 MB)
  • 3. Product Search.srt (22.8 KB)
  • 4. Pagination.mp4 (224.0 MB)
  • 4. Pagination.srt (45.5 KB)
  • 5. Product Carousel.mp4 (164.3 MB)
  • 5. Product Carousel.srt (30.9 KB)
  • READ_ME.txt (0.5 KB)
  • 1. Introduction
    • 1. Introduction.mp4 (68.9 MB)
    • 1. Introduction.srt (3.2 KB)
    • 2. ProShop Demo & Prerequisites.mp4 (104.7 MB)
    • 2. ProShop Demo & Prerequisites.srt (17.7 KB)
    • 3. Resources & Environment.mp4 (46.0 MB)
    • 3. Resources & Environment.srt (9.3 KB)
    • 3.1 Github Source Code.html (0.1 KB)
    • 4. A Message From Brad Traversy.mp4 (34.5 MB)
    • 4. A Message From Brad Traversy.srt (2.8 KB)
    • READ_ME.txt (0.5 KB)
    2. Starting The Front End
    • 1. React Setup.mp4 (73.8 MB)
    • 1. React Setup.srt (13.7 KB)
    • 2. Reach-Bootstrap Setup, Header & Footer Components.mp4 (141.7 MB)
    • 2. Reach-Bootstrap Setup, Header & Footer Components.srt (29.9 KB)
    • 3. HomeScreen Product Listing.mp4 (106.5 MB)
    • 3. HomeScreen Product Listing.srt (21.9 KB)
    • 3.1 Product Images.html (0.1 KB)
    • 4. Rating Component.mp4 (63.5 MB)
    • 4. Rating Component.srt (12.8 KB)
    • 5. Implementing React Router.mp4 (57.4 MB)
    • 5. Implementing React Router.srt (11.3 KB)
    • 6. Product Details Screen.mp4 (113.2 MB)
    • 6. Product Details Screen.srt (22.6 KB)
    3. Serving & Fetching Data From Django
    • 1. FrontendBackend Workflow.mp4 (20.2 MB)
    • 1. FrontendBackend Workflow.srt (6.4 KB)
    • 2. Building The Backend.mp4 (157.5 MB)
    • 2. Building The Backend.srt (34.3 KB)
    • 3. Fetching Data.mp4 (117.6 MB)
    • 3. Fetching Data.srt (21.8 KB)
    • 4. Database Setup & Admin Panel.mp4 (49.2 MB)
    • 4. Database Setup & Admin Panel.srt (11.6 KB)
    • 5. Modeling Our Data.mp4 (249.1 MB)
    • 5. Modeling Our Data.srt (43.8 KB)
    • 6. Product Image Field.mp4 (25.3 MB)
    • 6. Product Image Field.srt (4.3 KB)
    • 7. Static Files.mp4 (46.5 MB)
    • 7. Static Files.srt (9.5 KB)
    • 8. Serializing Data.mp4 (61.7 MB)
    • 8. Serializing Data.srt (12.7 KB)
    4. Implementing Redux For State Management
    • 1. An Overview of Redux.mp4 (27.5 MB)
    • 1. An Overview of Redux.srt (7.8 KB)
    • 2. Create Redux Store.mp4 (47.3 MB)
    • 2. Create Redux Store.srt (11.9 KB)
    • 3. Product List Reducer & Action.mp4 (107.0 MB)
    • 3. Product List Reducer & Action.srt (23.5 KB)
    • 4. Bringing Redux Intro Home Screen.mp4 (61.0 MB)
    • 4. Bringing Redux Intro Home Screen.srt (11.9 KB)
    • 5. Message & Loader Component.mp4 (47.2 MB)
    • 5. Message & Loader Component.srt (10.1 KB)
    • 6. Product Details Reducer & Action.mp4 (108.2 MB)
    • 6. Product Details Reducer & Action.srt (19.8 KB)
    5. Adding To Shopping Cart
    • 1. Qty Select & Add To Cart.mp4 (96.9 MB)
    • 1. Qty Select & Add To Cart.srt (19.3 KB)
    • 2. Cart Reducer & Action.mp4 (111.2 MB)
    • 2. Cart Reducer & Action.srt (22.1 KB)
    • 3. Add To Cart Functionality.mp4 (80.4 MB)
    • 3. Add To Cart Functionality.srt (14.6 KB)
    • 4. Cart Screen.mp4 (169.8 MB)
    • 4. Cart Screen.srt (33.9 KB)
    • 5. Remove Items From Cart.mp4 (37.1 MB)
    • 5. Remove Items From Cart.srt (7.8 KB)
    6. Backend User Authentication
    • 1. JSON Web Tokens Overview.mp4 (33.1 MB)
    • 1. JSON Web Tokens Overview.srt (9.3 KB)
    • 2. Postman Overview.mp4 (32.6 MB)
    • 2. Postman Overview.srt (10.1 KB)
    • 3. JSON Web Token Installation & Setup.mp4 (92.1 MB)
    • 3. JSON Web Token Installation & Setup.srt (16.8 KB)
    • 4. JWT Customization.mp4 (50.9 MB)
    • 4. JWT Customization.srt (9.9 KB)
    • 5. User Serializer.mp4 (149.0 MB)
    • 5. User Serializer.srt (28.9 KB)
    • 6. Protected Routes.mp4 (64.6 MB)
    • 6. Protected Routes.srt (11.7 KB)
    • 7. Register User.mp4 (94.1 MB)
    • 7. Register User.srt (17.2 KB)
    • 8. Login With Email.mp4 (66.0 MB)
    • 8. Login With Email.srt (13.1 KB)
    • 9. URL's & Views Cleanup.mp4 (91.0 MB)
    • 9. URL's & Views Cleanup.srt (15.5 KB)
    7. Front End User Authentication
    • 1. User Login Reducer & Action.mp4 (107.8 MB)
    • 1. User Login Reducer & Action.srt (21.9 KB)
    • 2. User Login Screen & Functionality.mp4 (172.5 MB)
    • 2. User Login Screen & Functionality.srt (31.6 KB)
    • 3. User In Navbar & Logout.mp4 (74.8 MB)
    • 3. User In Navbar & Logout.srt (13.9 KB)
    • 4. User Register Reducer, Action & Screen.mp4 (147.2 MB)
    • 4. User Register Reducer, Action & Screen.srt (24.8 KB)
    • 5. Update Profile Endpoint.mp4 (65.5 MB)
    • 5. Update Profile Endpoint.srt (13.3 KB)
    • 6. Profile Screen & Get User Details.mp4 (165.9 MB)
    • 6. Profile Screen & Get User Details.srt (30.1 KB)
    • 7. Update User Profile.mp4 (128.6 MB)
    • 7. Update User Profile.srt (22.4 KB)
    • 8. User Details Bug Fix.mp4 (31.0 MB)
    • 8. User Details Bug Fix.srt (5.2 KB)
    8. Checkout Process (Part 1)
    • 1. Shipping Screen & Save Address.mp4 (172.0 MB)
    • 1. Shipping Screen & Save Address.srt (31.4 KB)
    • 2. Checkou

Description

Django with React | An Ecommerce Website





Description

In this course, we will build a completely customized eCommerce / shopping cart application from scratch using Django & REACT with the following functionality...

Full featured shopping cart

Product reviews and ratings

Top products carousel

Product pagination

Product search feature

User profile with orders

Admin product management

Admin user management

Admin Order details page

Mark orders as delivered option

Checkout process (shipping, payment method, etc)

PayPal / credit card integration



This is not a documentation-type course. This is a jump in and get your hands dirty course where by the end, you have an actual real-world project to use and put on your portfolio. You will learn the following by completing this course..



React with Functional Components & Hooks

React router

React-Bootstrap UI library

How to structure components

Component level state & props

Managing global state with Redux (Actions & Reducers)

Using Redux state in components (useDispatch & useSelector)

Creating an extensive back end with Express

JWT authentication (JSON web tokens)

Custom error handler

Integrating the PayPal API

Project deployment

Much more!



This project is a collaboration with Brad Traversy where we will be taking his original MEARN Stack ecommerce course and building it out with a Django backend instead of Node, JS & Express. Brad & I decided it would be fun to remake the exact same project with a Django backend/API and connect it to the same React frontend/design.



My hope is that you learn how not to only build out this application but add on your own features to it. We learn best by building & customizing our own projects.

Who this course is for:

Django & or React JS developers looking to enhance there skills



Download torrent
8.3 GB
seeders:10
leechers:12
Django with React | An Ecommerce Website [Updated]


Trackers

tracker name
http://p4p.arenabg.com:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.com:2810/announce
udp://exodus.desync.com:6969/announce
http://openbittorrent.com:80/announce
udp://www.torrent.eu.org:451/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
udp://tracker.openbittorrent.com:6969/announce
udp://retracker.lanta-net.ru:2710/announce
UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
UDP://EDDIE4.NL:6969/ANNOUNCE
µTorrent compatible trackers list

Download torrent
8.3 GB
seeders:10
leechers:12
Django with React | An Ecommerce Website [Updated]


Torrent hash: 85DD124338AF9FFE3E2CE2BA71CC6F43E09EDED4