Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (55.6k points)

Can anyone tell me what is the CRUD app?

1 Answer

0 votes
by (119k points)

CRUD (Create, Read, Update, and Delete) is an acronym for the basic functions that an application must be able to perform in order to be considered “complete.”

For example, if you want to develop a basic phone book app. In order to feel like a “complete” application, the user should be able to perform at least four operations: create new entries access the information of each entry, edit and save the existing information, and remove the old and unnecessary entries from the application. In this example, the phone book is essentially working as a database, and this CRUD is used to describe what an application with a database should be able to do.

If you want to learn to build a CRUD app with Node Js Express and MongoDB, you can register for this Node Js Course by Intellipaat

Also, watch this video on CRUD App with Node Js:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jun 23, 2020 in Web Technology by Sudhir_1997 (55.6k points)

Browse Categories

...