Media Summary: It's time to actually persist the data in the database. Code samples: Let's plan our API endpoints. Code samples: Let's add some dummy logic to routes. Code samples:

Managing Products Creating A Restful Api With Reactphp - Detailed Analysis & Overview

It's time to actually persist the data in the database. Code samples: Let's plan our API endpoints. Code samples: Let's add some dummy logic to routes. Code samples: Our API need routes. Let's add ones! Code samples: Time to add authentication. Let's start with user signup. Code samples: Let's ensure that only right data makes it into the database. Code samples:

Managing Products Creating a RESTful API with ReactPHP It's now time to add sign-in functionality to our We are already storing data in our database but what about files? Let's upload images! Code samples: ... Let's see how we can serve static images asynchronously! Code samples:

Photo Gallery

Managing Products | Creating a RESTful API with ReactPHP
Managing Orders | Creating a RESTful API with ReactPHP
Self-Descriptive Responses | Creating a RESTful API with ReactPHP
Plans and First Steps  | Creating a RESTful API with ReactPHP
Workflow Improvements | Creating a RESTful API with ReactPHP
Dummy Endpoints | Creating a RESTful API with ReactPHP
Adding Routes  | Creating a RESTful API with ReactPHP
Adding Database | Creating a RESTful API with ReactPHP
What is a RESTful API? | Creating a RESTful API with ReactPHP
Refactoring to Controllers | Creating a RESTful API with ReactPHP
Adding User Signup | Creating a RESTful API with ReactPHP
Request Validation | Creating a RESTful API with ReactPHP
View Detailed Profile
Managing Products | Creating a RESTful API with ReactPHP

Managing Products | Creating a RESTful API with ReactPHP

It's time to actually persist the data in the database. Code samples: https://github.com/seregazhuk/

Managing Orders | Creating a RESTful API with ReactPHP

Managing Orders | Creating a RESTful API with ReactPHP

After finishing

Self-Descriptive Responses | Creating a RESTful API with ReactPHP

Self-Descriptive Responses | Creating a RESTful API with ReactPHP

Let's improve our Http responses and

Plans and First Steps  | Creating a RESTful API with ReactPHP

Plans and First Steps | Creating a RESTful API with ReactPHP

Let's plan our API endpoints. Code samples: https://github.com/seregazhuk/

Workflow Improvements | Creating a RESTful API with ReactPHP

Workflow Improvements | Creating a RESTful API with ReactPHP

It's time to add some proper error

Dummy Endpoints | Creating a RESTful API with ReactPHP

Dummy Endpoints | Creating a RESTful API with ReactPHP

Let's add some dummy logic to routes. Code samples: https://github.com/seregazhuk/

Adding Routes  | Creating a RESTful API with ReactPHP

Adding Routes | Creating a RESTful API with ReactPHP

Our API need routes. Let's add ones! Code samples: https://github.com/seregazhuk/

Adding Database | Creating a RESTful API with ReactPHP

Adding Database | Creating a RESTful API with ReactPHP

Let's add a database connection and

What is a RESTful API? | Creating a RESTful API with ReactPHP

What is a RESTful API? | Creating a RESTful API with ReactPHP

Let's first of all find out what a

Refactoring to Controllers | Creating a RESTful API with ReactPHP

Refactoring to Controllers | Creating a RESTful API with ReactPHP

Let's

Adding User Signup | Creating a RESTful API with ReactPHP

Adding User Signup | Creating a RESTful API with ReactPHP

Time to add authentication. Let's start with user signup. Code samples: https://github.com/seregazhuk/

Request Validation | Creating a RESTful API with ReactPHP

Request Validation | Creating a RESTful API with ReactPHP

Let's ensure that only right data makes it into the database. Code samples: https://github.com/seregazhuk/

Managing Products   Creating a RESTful API with ReactPHP

Managing Products Creating a RESTful API with ReactPHP

Managing Products Creating a RESTful API with ReactPHP

Adding User Signin | Creating a RESTful API with ReactPHP

Adding User Signin | Creating a RESTful API with ReactPHP

It's now time to add sign-in functionality to our

Parsing Request Body | Creating a RESTful API with ReactPHP

Parsing Request Body | Creating a RESTful API with ReactPHP

Let's parse the request body so that our

Uploading Images | Creating a RESTful API with ReactPHP

Uploading Images | Creating a RESTful API with ReactPHP

We are already storing data in our database but what about files? Let's upload images! Code samples: ...

Serving Static Files | Creating a RESTful API with ReactPHP

Serving Static Files | Creating a RESTful API with ReactPHP

Let's see how we can serve static images asynchronously! Code samples: https://github.com/seregazhuk/

Protected Routes | Creating a RESTful API with ReactPHP

Protected Routes | Creating a RESTful API with ReactPHP

Now we can protect some resources in our