Skip to content

Recipe Collection App - PHP/MySQL backend + Angular frontend#4

Open
cedricbecker wants to merge 2 commits into
openITCOCKPIT:masterfrom
cedricbecker:cedricbecker
Open

Recipe Collection App - PHP/MySQL backend + Angular frontend#4
cedricbecker wants to merge 2 commits into
openITCOCKPIT:masterfrom
cedricbecker:cedricbecker

Conversation

@cedricbecker

Copy link
Copy Markdown

Summary

Full-stack recipe collection application covering all required features:
browsing, creating/editing/deleting, sorting, searching, an AJAX-powered
hover preview, and sending a recipe by email.

👉 See README.md for full details: tech stack, project structure,
installation steps (database / backend / frontend), the complete API
reference with sample payloads, implementation notes (security, validation,
transactions), and known limitations.

Quick overview

  • Backend: PHP 8.3, no framework, PDO + custom router
  • Database: MySQL 8.0
  • Frontend: Angular 19 (standalone components), TypeScript, RxJS, Bootstrap 5

How to run it

mysql -u root -p < database/schema.sql
cd backend && php -S localhost:8080 -t public
cd frontend && npm install && npm start

Full setup instructions, including .env configuration, are in README.md.

@ibering

ibering commented Jun 18, 2026

Copy link
Copy Markdown
Member

Hallo @cedricbecker,

ich wollte nur Bescheid geben, dass wir das Testen abgeschlossen haben und uns bald bei Dir melden werden.

Viele Grüße und noch ein schönes Wochenende ☀️
Irina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants