syfony_demo_rest
1.0.0
#Symfony-Demo mit REST-API-Vereinfachung #======================================= # #-- Sowohl Web als auch API sind für das Projekt verfügbar.
##Installieren Sie symfony_demo.sql im Stammverzeichnis Ihrer Datenbank. ##Konfigurieren: ###app/config/parameters.yml ###[Je nach Ihren Anforderungen können auch andere Routing.yml-Dateien aktualisiert werden]
##-- Web ###http://symfony_demo/acme/test/default/index ###http://symfony_demo/default/index
##-- Api ###http://symfony_demo/acme/test/api/products/show ###Anfrage: {"id":"1"}
###http://symfony_demo/acme/test/api/products ###Anfrage: {"name": "gute API", "Preis": "20,50", "Beschreibung": "guter API-Test"}