LMIV-SNACKAUTOMAT/.github/copilot-instructions.md

30 lines
1.3 KiB
Markdown

- [x] Verify that the copilot-instructions.md file in the .github directory is created.
Laravel-Anwendung für Snackautomaten-Verwaltung wird erstellt.
- [x] Clarify Project Requirements
Laravel PHP-Anwendung für Snackautomaten-Verwaltung mit LMIV-Daten, Produktkatalog-Backend und Automatenverwaltung.
- [x] Scaffold the Project
Laravel-Projekt erfolgreich erstellt mit Composer.
- [x] Customize the Project
Vollständiges Snackautomaten-System mit LMIV-Konformität, Produktkatalog, Automatenverwaltung und öffentlicher Anzeige implementiert.
- [x] Install Required Extensions
Keine zusätzlichen Extensions erforderlich.
- [x] Compile the Project
Projekt erfolgreich kompiliert und Dependencies installiert. Migrationen ausgeführt und Beispieldaten geladen.
- [x] Create and Run Task
<!--
Verify that all previous steps have been completed.
Check https://code.visualstudio.com/docs/debugtest/tasks to determine if the project needs a task. If so, use the create_and_run_task to create and launch a task based on package.json, README.md, and project structure.
Skip this step otherwise.
-->
- [x] Launch the Project
Server läuft auf http://0.0.0.0:8001 mit Authentifizierung und MySQL-Support.
- [x] Ensure Documentation is Complete
README.md und MYSQL_SETUP.md vollständig mit allen neuen Features dokumentiert.