What is REST?
It is just a mapping between HTTP routes and CRUD(Create, Read, Update and Destroy). It is a convention.
To illustrate how to create HTTP routes in back-end, a picture is necessary.
What is REST?
It is just a mapping between HTTP routes and CRUD(Create, Read, Update and Destroy). It is a convention.
To illustrate how to create HTTP routes in back-end, a picture is necessary.