Abhinav - Kitchen Inventory Management - Create Backend API endpoints to add and retrieve Processing projects#2025
Conversation
Radia731
left a comment
There was a problem hiding this comment.
Hello!
Checked out the branch, ran npm install and npm run dev, and utilized an active Admin token for authentication. Tested the newly added processing API endpoints via Postman, and here are the results (screenshots attached below):
POST (Add processing project): /api/kitchenandinventory/processing endpoint with the required body - returned a 201 response ✅
GET (Get processing projects): Queried the /api/kitchenandinventory/processing endpoint and verified the expected processing projects were returned successfully in the response. ✅
Summary - This PR is approved and ready for Jae to merge.
…Create-Backend-API-endpoints-to-add-and-retrieve-Processing-projects
…Create-Backend-API-endpoints-to-add-and-retrieve-Processing-projects
|
|
Thank you all, merging! |






Description
Related PRS (if any):
No related PRs. Checkout to the branch in this PR.
Main changes explained:
How to test:
npm installandnpm run devto run this PR locallyhttp://localhost:4500/api/kitchenandinventory/processinghttp://localhost:4500/api/kitchenandinventory/processingScreenshots or videos of changes:
Below are the screenshots of testing of API endpoints.
Note:
Include the information the reviewers need to know.