SvelteKit Basic App Tutorial | Add Edit Remove Database Records | For Beginners
SlateDevelopment
0:00 / 0:00
SvelteKit Basic App Tutorial | Add Edit Remove Database Records | For Beginners
5 965 просмотров · 1 год назад
SlateDevelopment
675 подписчиков
5 965 просмотров · 1 год назад
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