CRUD an acronym that refers to the four functions that are considered necessary to implement a persistent storage application: create, read, update and delete. Json-server along with ngrok together helped me create a backend that can be accessed over the internet. This app though simple helped me understand the crucial operations of creating, reading, updating and deleting data.