Building E-Commerce Applications with Express
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
Introduction
Scaffolding a Production Environment / Getting to “Hello World” with Express
Connecting to a Database
Understanding the Client
Scaffolding a Client Application with React and Webpack
Adding Routes
Creating the Order Page
Implementing Redux
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
Validating User Info
Completing the Transaction
Sending a Notification Email