Skip to content

Repository files navigation

Openclassrooms-Project-06-Snowtricks

Codacy Badge

We present project 6 of the PHP/Symfony application developer course. Develop from A to Z the SnowTricks community website. A website which we can post Snowboard Tricks image, videos, tricks descriptions and comments.

To start

This project was developed with PHP 8.1, it integrates the bootstrap, jquery, fontawesome libraries.

Prerequisites

  • A machine with at least PHP 8.1.
  • Composer
  • Symfony CLI

Installation

  • Clone or download the repository
  • Duplicate and rename the .env file to .env.local and modify the necessary information and choose your database (APP_ENV, APP_SECRET, ...)
  • Install the dependencies with symfony composer install --optimize-autoloader
  • Run migrations with symfony console doctrine:migrations:migrate --no-interaction
  • Add default datasets with symfony console doctrine:fixtures:load --no-interaction
  • To send emails, configure your mailer dns in the env.local file

Startup

  • Locally run your database
  • Run the app with symfony serve -d
  • Credentials to change : User and UserPassword

Made with

Author

About

Project 6 of my PHP/Symfony Application Developer course at OpenClassrooms. Develop from A to Z the SnowTricks community website with Symfony 6

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages