SvelteKit Basic App Tutorial | Add Edit Remove Database Records | For Beginners

A tutorial on using the MVC design pattern to make a simple Svelte 5 application Hey, In this video we are going to be programming a basic Svelte app that lets you manage a list of departments. We'll show you how to display the data, search through it, plus create, edit, and delete records. Code used in this app: https://github.com/thegaffney/basic-a... 00:00 Intro 00:19 MVC pattern 00:52 Prerequisites 01:51 Creating the app 02:43 MVC file structure 03:41 Model file 10:43 View file 12:25 Controller file 12:47 View file continued 16:53 API Controller 22:15 Delete function 23:16 Search function