#ContactForm
-
Installation Symfony CLI https://symfony.com/download
-
composer install
-
symfony console doctrine:database:create
-
symfony console make:migration
-
symfony console doctrine:migrations:migrate
-
symfony server:start
-
-
Recettes
- list
127.0.0.1:8000/
- Create
127.0.0.1:8000/recette/new
- Update
127.0.0.1:8000/recette/{id}/edit
- Delette
127.0.0.1:8000/recette/drop/{id}
-
API Rest Documentation
-
127.0.0.1:8000/api
-