xxxxxxxxxx
//! C R U D
//* Create Read Update Delete
//! Post Get Patch Delete [HTTP]
/*
* CRUD simply do some task on existing data and these 4 operations make our
* data dynamically accessible
*/
xxxxxxxxxx
//! C R U D
//* Create Read Update Delete
//! Post Get Patch Delete [HTTP]
/*
* CRUD simply do some task on existing data and these 4 operations make our
* data dynamically accessible