Practical Nest.js: Develop clean MVC web applications

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Daniel Correa; Greg Lim
Publisher: Independently published
Year: 2022

Language: English

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