Service de gestion de profils dynamiques
Ir al archivo
wpetit bdd046e51d chore: fix readme typo 2020-10-26 17:21:55 +01:00
.githook chore: add local git hooks 2020-10-26 16:30:44 +01:00
bin Add initial set of files 2020-10-26 11:31:01 +01:00
config chore: nelmio/apidocbundle and fos/restbundle integration 2020-10-26 16:47:55 +01:00
migrations chore: create base entities 2020-10-26 17:16:29 +01:00
public Add initial set of files 2020-10-26 11:31:01 +01:00
src chore: create base entities 2020-10-26 17:16:29 +01:00
templates chore: nelmio/apidocbundle and fos/restbundle integration 2020-10-26 16:47:55 +01:00
.env chore: initial commit 2020-10-26 12:19:55 +01:00
.gitignore chore: add .php_cs.cache files to gitignore 2020-10-26 17:14:33 +01:00
.php_cs.dist chore: initial commit 2020-10-26 12:19:55 +01:00
Makefile chore: add local git hooks 2020-10-26 16:30:44 +01:00
README.md chore: fix readme typo 2020-10-26 17:21:55 +01:00
commitlint.config.js chore: add local git hooks 2020-10-26 16:30:44 +01:00
composer.json chore: nelmio/apidocbundle and fos/restbundle integration 2020-10-26 16:47:55 +01:00
composer.lock chore: nelmio/apidocbundle and fos/restbundle integration 2020-10-26 16:47:55 +01:00
package-lock.json chore: add local git hooks 2020-10-26 16:30:44 +01:00
package.json chore: add local git hooks 2020-10-26 16:30:44 +01:00
symfony.lock chore: nelmio/apidocbundle and fos/restbundle integration 2020-10-26 16:47:55 +01:00

README.md

Janus

Service de gestion de profils dynamiques

Démarrer avec les sources

make deps                # Installer les dépendances Symfony/Composer
make install-git-hooks   # Installer les hooks Git
make up                  # Lancer le serveur de développement, il devrait être accessible sur http://localhost:8000

# Dans un second terminal
make db-up
make db-init

Les commandes utiles

Commande Description
make db-shell Ouvrir l'invite de commande MySQL
make db-reset Réinitialiser la base de données
make db-init Initialiser le schéma de la base de données

FAQ

Comment voir la documentation de l'API ?

En développement, la documentation de l'API est visible à l'adresse http://localhost:8000/api/doc

Ressources