Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matteo-peronnet/stade-rochelais


https://github.com/matteo-peronnet/stade-rochelais

Last synced: 9 days ago
JSON representation

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
```