Skip to content

Ludovicmanga/SnowTricks_Project

Repository files navigation

SnowTricks Website

Codacy Badge. 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.

Installation of the project

  1. Clone the project

git clone https://github.com/Ludovicmanga/projetSnowTricks.git

  1. 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"

  1. Install the dependencies

composer install

  1. Create the database

php bin/console doctrine:database:create

  1. Generate the migrations files

php bin/console make:migration

  1. Execute the migrations files

php bin/console doctrine:migrations:migrate

  1. Execute the fixtures

php bin/console doctrine:fixtures:load


License copyright

©️ Copyright Ludovic Manga-jocky

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published