REST - Representational State Transfer
We don't transfer acutalobjects, we transfer a representation of it.
Transfer JSON data to represent a MongoDB document.
Exposing a public API over the internet to handle CRUD operations on data.
Accesing named resources through a Single consistent interface.
Endpoints (URL) = http://Domain Name/resource address