January 2019
Intermediate to advanced
392 pages
10h 11m
English
As we mentioned before, this project will be like a social media platform; the users can post their statuses and others can see them in the timeline and can like it, add comments, and so on. For this project, there won't be a UI for the server side. We will create a backend server. To create this server, we will have to create a REST API that can be used by the client application. To do this, we need to create a database based on our REST API.
First of all, we split our database table names, the HTTP function requests, and the URL path.
There will be four tables:

Let's have a look at each of them:
Read now
Unlock full access