In this video, I'll show you how to take your knowledge to the next level by creating a fully functional CRUD application with Node.js and Express, using SQLite as your database engine. This is the next step after working with arrays and files in the previous video.
🔑 What will you learn in this video?
Setting up and connecting SQLite to your project.
Creating a model to manage data professionally.
Implementing complete CRUD operations: Creating, Reading, Updating, and Deleting categories from your database.
⏱️ Table of Contents
00:00 - Introduction to CRUD with SQLite.
01:00 - Installing SQLite and configuring the connection module.
11:05 - Creating new categories using the model.
24:43 - Listing all categories from the database.
29:15 - Viewing the details of a category.
35:05 - Editing a category.
43:30 - Deleting a category.
49:00 - Code summary and refactoring.
📂 Source code
Find all the project code here:
👉 GitHub repository: https://github.com/JePaFeDev/crud-nod...
Like 👍, subscribe 🔔, and share this video if you found it helpful!