/snowtricks

Primary LanguageJavaScript

snowtricks

Run Locally

Clone the project

  git clone https://github.com/AxelBuob/snowtricks.git
  cd my-project

Dependencies management

    composer install

Environment variables configuration

    // .env or .env.local
    - DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7

Create database

  php/bin console doctrine:database:create
  php/bin console doctrine:migrations:migrate
  php/bin console doctrine:fixtures:load

Start the server

  php/bin console server:start

Assets management

  yarn dev

Symfony insight report