← Back to Home

Week 12 - Node.js MySQL & CRUD

Reference files for Week 12 content.

Open Interactive Presentation (Slides)

Examples

  1. MySQL Connection - Setting up database connection in Node.js
  2. CRUD Operations - Create, Read, Update, Delete examples
  3. Prepared Statements - Secure queries with parameterized statements
  4. Express API - Full REST API with MySQL backend