Academind Logo
NodeJS Shopping Chart

NodeJS Shopping Chart

Let's use Node.js to create our own Shopping Cart in this Series!

Created by Maximilian Schwarzmüller
#

Free YouTube Series

Let's use Node.js to create our own Shopping Cart in this Series!

  1. Project Overview

  2. Intro & Setup

  3. Product Index View

  4. MongoDB / Mongoose Setup

  5. Seeding Data

  6. Outputting Data

  7. Sign Up View, CSRF Protection & User Model

  8. Sign Up with Passport

  9. Validation

  10. Sign In

  11. Route Grouping & Protection (Middleware)

  12. Adding a Session Store

  13. Cart Model

  14. Cart Views

  15. Stripe Payment Views

  16. Stripe Verifying Credit Cards

  17. Making Charges with Stripe

  18. Storing Orders in the Database

  19. Forcing User Login

  20. Displaying Orders in the User Profile

  21. Finishing Touches