Mohammed alkurdi#5
Open
Moh-alkurdi wants to merge 6 commits into
Open
Conversation
…L + Nginx + Mailhog)
Author
|
Vielen Dank für die Gelegenheit! Ich habe die Details zur Implementierung in der Konversation zusammengefasst. Ich freue mich auf Ihr Feedback und stehe für Rückfragen jederzeit gerne zur Verfügung. |
Member
|
Hallo @Moh-alkurdi vielen Dank für Dein PR. Wir haben gesehen, dass Dein Groq-Api-Key drin ist und ist für alle öffentlich einsehbar. Wir haben unsere Tests abgeschlossen, sodass Du den Key deaktivieren bzw. löschen kannst. Wir kommen bald auf Dich zu und wünschen Dir ein schönes Wochenende ☀️ Viele Grüße |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request completes the recipe management assignment and includes several improvements across the frontend, backend, and deployment setup.
Backend (CakePHP)
Implemented REST API endpoints for recipe management.
Fixed API routing issues for GET and POST requests.
Configured JSON request handling using BodyParserMiddleware.
Added support for nested ingredient creation using associated entities.
Implemented recipe retrieval, creation, and email sharing functionality.
Improved error handling and API responses.
Frontend (Angular)
Built recipe listing, detail view, and recipe creation workflows.
Added dynamic ingredient management using Angular Signals.
Implemented search and sorting capabilities.
Added AI-powered recipe description optimization using the Groq API.
Automatically extracted and populated ingredients from AI responses.
Improved UI feedback with loading states, validation messages, and status indicators.
DevOps & Infrastructure
Refactored Docker configuration for local development and production readiness.
Added a multi-stage Docker build for the Angular application.
Configured Nginx to serve both the frontend and CakePHP API.
Validated end-to-end integration between frontend, backend, and MySQL services.
Removed sensitive credentials from the repository and moved them to environment variables.