Skip to content

CRUD operations are the basic functions for interacting with databases: Create: Add new data (HTTP POST). Read: Retrieve data (HTTP GET). Update: Modify existing data (HTTP PUT/PATCH). Delete: Remove data (HTTP DELETE).

Notifications You must be signed in to change notification settings

Samgithub1008/CRUD-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

CRUD-Project

CRUD operations are the basic functions for interacting with databases: Create: Add new data (HTTP POST). Read: Retrieve data (HTTP GET). Update: Modify existing data (HTTP PUT/PATCH). Delete: Remove data (HTTP DELETE).

About

CRUD operations are the basic functions for interacting with databases: Create: Add new data (HTTP POST). Read: Retrieve data (HTTP GET). Update: Modify existing data (HTTP PUT/PATCH). Delete: Remove data (HTTP DELETE).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published