Service de gestion de profils dynamiques
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
wpetit bdd046e51d chore: fix readme typo 3 years ago
.githook chore: add local git hooks 3 years ago
bin Add initial set of files 3 years ago
config chore: nelmio/apidocbundle and fos/restbundle integration 3 years ago
migrations chore: create base entities 3 years ago
public Add initial set of files 3 years ago
src chore: create base entities 3 years ago
templates chore: nelmio/apidocbundle and fos/restbundle integration 3 years ago
.env chore: initial commit 3 years ago
.gitignore chore: add .php_cs.cache files to gitignore 3 years ago
.php_cs.dist chore: initial commit 3 years ago
Makefile chore: add local git hooks 3 years ago
README.md chore: fix readme typo 3 years ago
commitlint.config.js chore: add local git hooks 3 years ago
composer.json chore: nelmio/apidocbundle and fos/restbundle integration 3 years ago
composer.lock chore: nelmio/apidocbundle and fos/restbundle integration 3 years ago
package-lock.json chore: add local git hooks 3 years ago
package.json chore: add local git hooks 3 years ago
symfony.lock chore: nelmio/apidocbundle and fos/restbundle integration 3 years ago

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