Skip to content

Akshith - Create Backend API endpoints to add and store recipes and their instructions.#2107

Merged
one-community merged 2 commits intodevelopmentfrom
Akshith-create-recipe-endpoints
Apr 6, 2026
Merged

Akshith - Create Backend API endpoints to add and store recipes and their instructions.#2107
one-community merged 2 commits intodevelopmentfrom
Akshith-create-recipe-endpoints

Conversation

@akshith312
Copy link
Copy Markdown
Contributor

Description

image

Related PRS (if any):

This backend PR is not related to any other PR.

Main changes explained:

  • Created new Recipe table
  • Created GET POST PUT DELETE methods for the recipe model

How to test:

  1. check into current branch
  2. do npm install npm run build and npm start to run this PR locally
  3. Clear site data/cache
  4. log as admin user
  5. Open Postman
  6. Test the following endpoints:
  7. http://localhost:4500/api/kitchenandinventory/recipes - For GET and POST
  8. http://localhost:4500/api/kitchenandinventory/recipes/:recipeId - For GET (recipe by id), PUT, DELETE

Screenshots or videos of changes:

Screen.Recording.2026-03-17.153934.mp4

Note:

Include the information the reviewers need to know.

@akshith312 akshith312 changed the title Akshith create recipe endpoints Akshith - Create Backend API endpoints to add and store recipes and their instructions. Mar 18, 2026
@sonarqubecloud
Copy link
Copy Markdown

@one-community one-community added the High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible label Mar 28, 2026
Copy link
Copy Markdown

@Anusha-Gali Anusha-Gali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Akshith,

I have reviewed your PR locally and it works as per requirement.

Image Image Image Image Image

@one-community
Copy link
Copy Markdown
Member

Thank you all, merging!

@one-community one-community merged commit 2eb8880 into development Apr 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

High Priority - Please Review First This is an important PR we'd like to get merged as soon as possible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants