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

Опубликовано: 29 Сентябрь 2024
на канале: Coders Page
1,680
53

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...  

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

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

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...  

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

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 - Cre...  

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...  

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