Course curriculum

  1. 01
    • Why Build an E-Commerce Application?

    • The Advantages of Our Own Solution

    • E-Commerce Application Workflow

    • A Look at the Final Application

    • Building E-Commerce Applications with Express

  2. 02
    • Introduction

    • Scaffolding a Production Environment / Getting to “Hello World” with Express

    • Connecting to a Database

  3. 03
    • Understanding the Client

    • Scaffolding a Client Application with React and Webpack

    • Adding Routes

    • Creating the Order Page

    • Implementing Redux

  4. 04
    • Calculating Price

    • Creating a Cart for the Client

    • Adding a Checkout Route - Creating a React Route

    • Adding a Checkout Route - Connecting the Client to The Server

  5. 05
    • Validating User Info

    • Completing the Transaction

    • Sending a Notification Email