Go to file
wpetit afa734f96d Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
backend Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
frontend Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
misc Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
Makefile Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
README.md Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00
docker-compose.yml Base du projet 'application ticketing' 2020-02-17 22:28:57 +01:00

README.md

React Logo

Squelette applicatif React/Symfony 4 pour la formation React personnalisée Logomotion.

Démarrer avec les sources

Dépendances

git clone https://forge.cadoles.com/wpetit/react-logo.git
cd react-logo
make up # ou docker-compose up --build

Une fois la procédure d'initialisation terminée, les différentes parties de l'application devraient être disponibles aux adresses suivantes:

Section URL
Frontend http://localhost:8000/
Backend http://localhost:8001/

FAQ

Comment ouvrir un shell interactif dans le conteneur "backend" ?

Une fois l'application lancée, exécuter:

make backend-shell # ou docker-compose exec backend /bin/bash

Comment ouvrir un shell interactif dans le conteneur "frontend" ?

Une fois l'application lancée, exécuter:

make frontend-shell # ou docker-compose exec frontend /bin/bash

Comment ouvrir une console MySQL ?

Une fois l'application lancée, exécuter:

make database-mysql # ou docker-compose exec database mysql -uroot -proot logo

Comment réinitialiser l'environnement ?

make down # ou docker-compose down -v

Cahier des charges