/CURD-Application-using-Node-Express-Mongo

In computer programming, create, read, update, and delete are the four basic functions of persistent storage. Alternate words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, or destroy instead of delete.

Primary LanguageJavaScriptMIT LicenseMIT

No issues in this repository yet.