Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteo-peronnet/stade-rochelais
https://github.com/matteo-peronnet/stade-rochelais
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matteo-peronnet/stade-rochelais
- Owner: Matteo-Peronnet
- Created: 2017-04-14T09:27:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T10:13:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T14:48:37.437Z (2 months ago)
- Language: PHP
- Size: 6.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StadeRochelais
==============## Projet IUT
Ce projet avait pour but, la validation de la montée en compétence sur le framework php mvc Symfony.- Mise en oeuvre des valeurs agiles dans le management de l’itération
- Conversation
- Mur d'informations
- Revues
- Rétrospective
- Livraison d’une brique exécutable ayant une valeur métier pour le client## Installation
```shell
git clone https://github.com/Matteo-Peronnet/stade-rochelais.git
composer install
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load
php bin/console server:run
```