- A list of snowboard tricks,
- The page showing a trick,
- A discussion space to all the tricks.
-
Pull the project
-
Update composer.json
-
Create your database using : php bin/console doctrine:database:create
-
Update the database : php bin/console doctrine:schema:update --force
-
Add the data : php bin/console doctrine:fixtures:load
-
Intall Assets : php bin/console assets:install
-
Create a new user via Inscription !
Attention :
On the first version, there isn't registration and the password isn't secure !
On the final version, I use FOSUserBundle.