Author(s): Daniel Correa; Greg Lim
Publisher: Independently published
Year: 2022
Preface
Chapter 01 – Introduction
Chapter 02 – Online Store Running Example
Chapter 03 – Introduction to Nest and Installation
Chapter 04 – Handlebars
Chapter 05 – Introduction to MVC applications
Chapter 06 – Layout View
Chapter 07 – Index and About Pages
Chapter 08 – Refactoring Index and About Pages
Chapter 09 – Use of a Coding Standard
Chapter 10 – List Products with Dummy Data
Chapter 11 – Configuration of MySQL Database
Chapter 12 – Configuration of TypeORM
Chapter 13 – Product Entity
Chapter 14 – List Products with Database Data
Chapter 15 – Refactoring List Products
Chapter 16 – Admin Panel
Chapter 17 – List Products in Admin Panel
Chapter 18 – Create Products
Chapter 19 – Create Products with Images
Chapter 20 – Edit and Delete Products
Chapter 21 – Create Users
Chapter 22 – Login System
Chapter 23 – Validations
Chapter 24 – Authorization
Chapter 25 – Shopping Cart
Chapter 26 – Orders and Items
Chapter 27 – Product Purchase
Chapter 28 – Orders Page
Chapter 29 – Deploying to the Cloud – Clever-Cloud – MySQL Database
Chapter 30 – Deploying to the Cloud – Heroku – Nest Application
Chapter 31 – Continue your Nest Journey