Go to Preview Lesson
Go to Preview Lesson
LESSON 7.3
How to Use Knex js in an Express Backend App
LESSON 7.4
Sveltekit Endpoints - How to Use Post, Put, and Delete
Fullstack Svelte
MODULE 1
Introduction
LESSON 1.1
Fullstack Svelte Course Overview
MODULE 2
Setting Up A Development Environment
LESSON 2.1
Setting Up a Svelte Local Development Environment
LESSON 2.2
How to Initialize a Boilerplate Svelte Project
LESSON 2.3
Setting Up a Formatter and Linter for Svelte Development
MODULE 3
Front End Routing
LESSON 3.1
An Introduction to Svelte Routing for Single Page Applications
LESSON 3.2
Front End Layouts - Creating Reusable Parent Components
MODULE 4
User Interface Styles and Interactions
LESSON 4.1
Using Front End Component Libraries for Svelte Development
LESSON 4.2
Learn Svelte - How to Create a Basic Landing Page
LESSON 4.3
A Guide to Handling DOM Events and Input Binding with Svelte
MODULE 5
Creating the Backend Application
LESSON 5.1
Initialize an Express Node.js Project for Svelte Development
LESSON 5.2
Creating REST API GET, POST, PUT, and DELETE Requests
LESSON 5.3
School Lunch Data Model
MODULE 6
Fetching Data in the Frontend
LESSON 6.1
How to Use Axios to Fetch Data From APIs for Svelte Apps
LESSON 6.2
Svelte 'each' Blocks - Loop Through an Array and Update a DOM
LESSON 6.3
Using Svelte to Show and Hide Loading Spinner Icons
LESSON 6.4
Externalizing Frontend Configuration
MODULE 7
Adding Persistence with PostgreSQL
LESSON 7.1
Installing PostgreSQL Locally to Add Persistence to a Svelte App
LESSON 7.2
Configuring Knex js Migrations for Database Management Scripts
LESSON 7.3
How to Use Knex js in an Express Backend App
LESSON 7.4
Sveltekit Endpoints - How to Use Post, Put, and Delete
MODULE 8
Creating, Updating and Deleting Data in the Frontend
LESSON 8.1
Cleaning Up the Front End of a Single Page Application in Svelte
LESSON 8.2
Building a Form in Svelte That Lets Users Create Data Entities
LESSON 8.3
The Lunch Week Details Component
MODULE 9
Securing the Application
LESSON 9.1
Securing a Svelte Application with JSON Web Tokens
LESSON 9.2
Get Started Creating a Multi Tenant Application in Svelte
LESSON 9.3
Creating a User Signup Flow for a Multi Tenant Svelte App
MODULE 10
Public Lunch Menu View
LESSON 10.1
Public Lunch Week Page
MODULE 11
Production Deployment
LESSON 11.1
Building Svelte Single Page Applications and Serving Static Files