Skip to content

Ajith-11399/CRUD_Operation

Repository files navigation

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