Introduction to Express.js
Lectures 33 • 40 slides
Narration
Session 33 Slide 1: Database Integration (CRUD Implementation)
mindmap
root((DB Integration))
Basics
SQLite
SQL Statements
CRUD
Create
Read
Update
Delete
Practice
API Integration
Error Handling
Design
Normalization
Relationships
Review of Last Time
- REST API Construction with Express.js
- Routing and Middleware
- Error Handling and Validation
Today's Learning Content
- Basic Concepts of Databases
- Introduction and Use of SQLite
- Database Operations from Node.js
- Implementation of CRUD Operations
- Data Persistence
Learning Objectives
Become able to build a full-fledged REST API integrated with a database
1/40