Svelte and PHP - Complete guide - Create a user with name and image upload

Опубликовано: 19 Июль 2026
на канале: Coders Page
1,824
38

Create a single page application using Svelte for the front-end, PHP for the API, and MySQL/MariaDB for the database. This is a video series in which you are going to learn how you should think while coding, and you will learn how to debug a web based system.

The complete playlist:
   • Setting up the API routes and testing with...  

Video 1:
Setting up the API routes and testing with Postman
   • Setting up the API routes and testing with...  

Video 2:
Setup database structure and connect to the database
   • Setup database, connect to it, and protect...  

Video 3:
Get all users from the API. Each user as a JSON object and all of them inside an array
   • Get all users from the API. Each user as a...  

Video 4:
Get a specific user as a JSON object and validate the user's ID
   • Get a specific user as a JSON object and v...  

Video 5:
Delete a user and validate the user's id
   • Delete a user and validate the user's id  

Video 6:
Create a user with name and image upload
   • Svelte and PHP - Complete guide - Create a...  

Video 7:
Update the name or the picture of a user
   • Update the name or the picture of a user  

Video 8:
Setup svelte and get ready to connect to the API
   • Setup svelte and get ready to connect to t...  

Video 9:
Connect to the API with Svelte
   • Svelte and PHP - Connect to the API