Skip to content

Projet Symfony - OpenClassrooms (Développeur d'application PHP/Symfony)

License

Notifications You must be signed in to change notification settings

TolMen/OCP6_SnowTrick

Repository files navigation

Symfony Project

Ce projet a été réalisé dans le cadre de mon apprentissage pour le parcours d'OpenClassrooms (Développeur d'application PHP/Symfony).

SnowTricks is a community website for snowboarders :

  • The list of figures and the description are visible to all visitors
  • Registered users are allowed to comment on tips, add/edit tricks

Installation

1 - Git clone the project

    https://github.com/TolMen/OCProject6

2 - Install libraries

    symfony console composer install

3 - Create database

  • Update DATABASE_URL .env file with your database configuration :
    DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name

  • Create database :
    symfony console doctrine:database:create

  • Create database structure :
    symfony console make:migration

  • Insert fictive data (optional) :
    symfony console doctrine:fixtures:load

4 - Configure MAILER_DSN of Symfony mailer in .env.local file

Author

TolMen - LinkedIn

License

This project is licensed under MIT - View file license for more details.

Feel free to contact me with any questions or contributions. Have a nice visit on our blog !

About

Projet Symfony - OpenClassrooms (Développeur d'application PHP/Symfony)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published