You are viewing a single comment's thread from:RE: Coding Diary Entry #3 - Jumping into the Command Line, Node.js, NPM and Express...I Feel Like a Kid Again!View the full contextView the direct parentcryptoctopus (74)in #steemdev • 7 years ago what are CRUD apps?
CRUD stands Create, Read, Update and Delete. An example of this is a Basic ToDo List Application. on iOS Notes & Reminders applications are examples of a CRUD Application.
Good explanation...