Skip to content

Api Symfony destinée à être utilisé par la borne interactive dans le cadre du projet de LP pour l'Astrolabe

Notifications You must be signed in to change notification settings

vgimonnet/astrolabe-machine-api

Repository files navigation

Api Astrolabe

Installation du projet :

git clone https://github.com/vgimonnet/astrolabe-machine-api.git
composer update

php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate

php bin/console doctrine:schema:update --force

Lancer l'api :

symfony server:start
ou
php -S localhost:8000 -t public -d upload_max_filesize=128M

Lancer les tests :

php bin/phpunit

About

Api Symfony destinée à être utilisé par la borne interactive dans le cadre du projet de LP pour l'Astrolabe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages