Skip to content

Repository files navigation

SnowTricks

Creating of a collaborative snowboard site based on the Symfony framwork


Codacy Badge

Codacy Badge


Environment used for development

  • Symfony 4.4.8

  • Composer 1.9.1

  • Bootstrap 4.4.1

  • jQuery 3.4.1

  • PHPUnit 9.1.4

  • Xdebug 2.9.5

  • Wampserver 3.2.0

    • PHP 7.4.1
    • Apache 2.4.41
    • MySQL 8.0.18

Install the project

  1. Download and install WampServer (or equivalent: MampServer, XampServer, LampServer).
  2. Download the project clone in the www folder of WampServer :
git clone https://github.com/Scratchy-Show/SnowTricks.git
  1. Configure the DATABASE_URL environment variable to connect to your database and theMAILER_URL environment variable to be able to send emails.
  2. Install the dependencies - In the root directory of the project, open the CLI (Command-Line Interface) and execute the command :
composer install
  1. Create the database - Execute the command :
php bin/console doctrine:database:create
  1. Update database - Execute the command :
php bin/console doctrine:schema:update --force
  1. Load fixtures - Execute the command :
php bin/console doctrine:fixtures:load
  1. Run the Symfony server - Execute the command :
symfony server:start
  1. Access the site - Enter the address indicated by the web server in your browser :
Example: <http://127.0.0.1:8000>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages