Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stepinfwd/crud

Created with CodeSandbox
https://github.com/stepinfwd/crud

Last synced: about 1 month ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

        

# CRUD
Created with CodeSandbox
CRUD is an acronym for Create, Read, Update and Delete. It is a set of operations we get servers to execute (POST, GET, PUT and DELETE requests respectively). This is what each operation does:

Create (POST) - Make something
Read (GET)- Get something
Update (PUT) - Change something
Delete (DELETE)- Remove something