Vijayagiridharan / Food-Truck-Application-API-

This group is for ACS 567 Software Project Management project "Food Truck Application"
0 stars 0 forks source link

2. CRUD - Add, edit, & delete item option - API for admin #43

Closed Vijayagiridharan closed 4 months ago

Vijayagiridharan commented 4 months ago

Description:

  As a system administrator, I want to perform CRUD operations (Create, Read, Update, Delete) on items in the system via APIs.

Acceptance Criteria:

 - API endpoints for fetching, adding, editing, and deleting items are implemented.
 - Proper authentication and authorization mechanisms are in place to ensure only admin users can access these APIs.
parisha6 commented 4 months ago

The Item Table (menu) will contain below fields:

parisha6 commented 4 months ago

The Item Table (menu) will contain below fields:

parisha6 commented 4 months ago

This is done closing it