Skip to content

📌 2022 School project from Openclassrooms training : "Develop the SnowTricks community site", with Symfony 6.

Notifications You must be signed in to change notification settings

ledukilian/LeduKilian_6_11122021

Repository files navigation

image

🟣 Project 6 : Develop SnowTricks community site 🟣

SymfonyInsight

🧩 Prerequisites

The project use the Symfony 6 Framework and PHP 8.0 or higher.

📌️ Install steps

1. First you need to copy the repository by using git clone https://github.com/ledukilian/LeduKilian_6_11122021

2. Use composer install and npm install command to install required packages

3. Copy the .env file located in the root folder to .env.local and fill APP_ENV, DATABASE_URL AND MAIL_DSN (you can use MailDev)

4. Run npm run build to create a build for the app

If needed, you can install symfony/web-server-bundle and start the server with php bin/console server:start

⚙️ Database

1. Create database with php bin/console doctrine:database:create

2. Update the database schema with php bin/console doctrine:schema:update --force

You can use intial fixtures dataset with php bin/console doctrine:fixtures:load

🔐 First login

If you use the fixtures, you can use the admin account for the first login :

  • Email : admin@snowtricks.fr
  • Password : snowtricks

Or one of the 3 default user account :

  • judas.bricot@snowtricks.fr | snowtricks
  • alonzo.ski@snowtricks.fr | snowtricks
  • max.hymale@snowtricks.fr | snowtricks

About

📌 2022 School project from Openclassrooms training : "Develop the SnowTricks community site", with Symfony 6.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published