Initial commit Proches de moi server side code:
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Jun 2018 21:47:10 +0000 (23:47 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 26 Jun 2018 21:47:10 +0000 (23:47 +0200)
commitdec6d0310680edbf06e4564590d6e4a3ffde8a6e
tree5ddeb1d50e0cf8b5084276ac5c3585aa082e31e4
Initial commit Proches de moi server side code:

* Symfony ORM entities;
* Symfony REST API configuration;
* Add some REST ressources.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
28 files changed:
bin/console [new file with mode: 0755]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
config/bundles.php [new file with mode: 0644]
config/config.yaml [new file with mode: 0644]
config/packages/dev/jms_serializer.yaml [new file with mode: 0644]
config/packages/dev/routing.yaml [new file with mode: 0644]
config/packages/doctrine.yaml [new file with mode: 0644]
config/packages/fos_rest.yaml [new file with mode: 0644]
config/packages/framework.yaml [new file with mode: 0644]
config/packages/jms_serializer.yaml [new file with mode: 0644]
config/packages/prod/doctrine.yaml [new file with mode: 0644]
config/packages/prod/jms_serializer.yaml [new file with mode: 0644]
config/packages/routing.yaml [new file with mode: 0644]
config/packages/test/framework.yaml [new file with mode: 0644]
config/routes.yaml [new file with mode: 0644]
config/routes/annotations.yaml [new file with mode: 0644]
config/services.yaml [new file with mode: 0644]
public/index.php [new file with mode: 0644]
src/Controller/.gitignore [new file with mode: 0644]
src/Controller/PersonController.php [new file with mode: 0644]
src/Entity/.gitignore [new file with mode: 0644]
src/Entity/Friendship.php [new file with mode: 0644]
src/Entity/Localisation.php [new file with mode: 0644]
src/Entity/Person.php [new file with mode: 0644]
src/Kernel.php [new file with mode: 0644]
src/Repository/.gitignore [new file with mode: 0644]
symfony.lock [new file with mode: 0644]