Sunday 5 June 2016

How to Create a CRUD Web Application



Create, read, update and delete
In computer programming, create, read, update and delete, (as an acronym CRUD) are the four basic functions of persistent storage. Sometimes CRUD is expanded with the words retrieve instead of read, modify instead of update, or destroy instead of delete. It is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports.

For any CRUD based application, the base is Database. After that the functionalities for Creating, Reading, Updating and Deleting the information. Finally we should progress with the UI design.

Basically start in the following manner :

Database Design
The on the functionality. Use the language you are comfortable with be it PHP, Python, NodeJS. The choice of language matters when you are making an application targeting large number of users, grater than a million.
Start with minimum features and add functionalities as you progress.
Finally focus on the UI.

Subscribe to our Channel on youtube, Facebook 

0 comments:

Post a Comment