Skip to content

Openclassrooms / Projet 6 : Développez de A à Z le site communautaire SnowTricks

Notifications You must be signed in to change notification settings

jucarre/SnowTricks

Folders and files

NameName
Last commit message
Last commit date
May 13, 2019
May 13, 2019
Mar 28, 2019
Apr 11, 2019
Nov 13, 2019
Apr 26, 2019
May 6, 2019
May 13, 2019
Mar 28, 2019
Apr 11, 2019
Mar 28, 2019
May 9, 2019
Apr 11, 2019
Apr 26, 2019
May 9, 2019
Nov 13, 2019
Nov 13, 2019
Mar 28, 2019
Nov 13, 2019

Repository files navigation

SnowTricks

Openclassrooms / Projet 6 : Développez de A à Z le site communautaire SnowTricks

Maintainability

This project was realized for my training with Openclassrooms.

Pre-requisites

  • PHP 7.1.3 or higher

Getting Started 🤘

  1. copy repository git clone git@github.com:jucarre/SnowTricks.git
  2. composer install
  3. configure BDD connect on .env file
  4. (local) start the PHP server php bin/console server:start
  5. (optional) configure the SMTP if you want to activate the registration in config/packages/swiftmailer.yaml
  6. Create database php bin/console doctrine:database:create
  7. Migrate table on database php bin/console doctrine:migrations:migrate
  8. (for test) load fixtures into the database php bin/console doctrine:fixtures:load
  9. Account fixtures:

About

Openclassrooms / Projet 6 : Développez de A à Z le site communautaire SnowTricks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published