To launch the application :
$ composer install (in parameters.yml you need to fill mailer_user)
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ npm install
$ bower install
$ gulp
$ php bin/console serv:star (or php bin/console server:start)
go to : http://127.0.0.1:8000 (admin credentials : admin/admin)
- Refactoring Model create service => DONE
- Show list of subscriber for an session => Add tooltip on badge DONE
- Add test PHPUnit
- Improve admin