.
The details of the project instructions is in the root of the project, and is named "project_instructions.pdf"
Version 1.0.0
💻 This project was created in the context of OpenClassRooms Symfony path.
💼 It is the 6th project, and the first in which Symfony was used.
It was a very important project, and it allowed me to understand the framework.
- Clone the project
git clone https://github.com/Ludovicmanga/projetSnowTricks.git
- Modify the .env file, according to your own configuration
MAILER_DSN=smtp://localhost:1025
DATABASE_URL="mysql://root:@127.0.0.1:3306/snowTricks?serverVersion=mariadb-10.4.11"
- Install the dependencies
composer install
- Create the database
php bin/console doctrine:database:create
- Generate the migrations files
php bin/console make:migration
- Execute the migrations files
php bin/console doctrine:migrations:migrate
- Execute the fixtures
php bin/console doctrine:fixtures:load
©️ Copyright Ludovic Manga-jocky