Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 255 Bytes

This repo contain a CRUD Operations Task.

In this repo, CRUD Operation task has been created and tested multiple times.

CRUD => CRUD Means:

Create => POST Method

Read => GET Method

Update => PUT METHOD

Delete => DELETE METHOD