Accéder à l'API en ligne de commande :
$ cd bin
$ ./api-example.sh -h
Plusieurs sujets :
- process et règles de développement
- outils (installation et configuration): Docker, PHP Storm
- ...
À voir : tous les fichiers dans le répertoire doc
To run all the services:
# Build all the Docker containers
$ make build
# Run the services
# - in dev environment
$ make up
# - in test environment
$ make up-test
# Create the database and load all the tests fixtures
$ make db
# Check coding standard
$ make cs
# Execute unit tests
$ make tests
# Execute Behat tests
$ make behat-tests