🎉 Congratulations!
"Node.js: Build a REST API with Express" completed!
Contents
- Chapter 1. Introduction
- 1.1 Preparation
- 1.2 Objectives
- Chapter 2. Development
- 2.1 Initial Version
- 2.2 Health Endpoint
- 2.3 Data Models
- 2.4 Routes
- 2.5 4 Layers Architecture
- 2.6 Database: MySQL
- 2.7 Config File & Logs
- 2.8 Database: mongoDB
- 2.9 Cache: Redis
- 2.10 Pagination
- 2.11 Search
- 2.12 Authentication
- Chapter 3. Deployment